What is the effect of running `chmod 755 script.sh` on the file `script.sh`?
-
A
Owner gets read/write/execute; group and others get read/execute
-
B
Everyone gets full read/write/execute permissions
-
C
Owner gets read/write; group and others get read only
-
D
Only the owner can read and execute the file