MCQOPTIONS
Saved Bookmarks
| 1. |
Suppose run_me.sh is a script file. Which command is used to make it 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. | |