

MCQOPTIONS
Saved Bookmarks
1. |
Which command is used to make a script file run_me.sh executable? |
A. | chmod +y run_me.sh |
B. | chmod +x run_me.sh |
C. | chmod +a run_me.sh |
D. | chmod +e run_me.sh |
E. | None of these |
Answer» C. chmod +a run_me.sh | |