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