Home » MYSQL » MySQL Database Operations » Question
  1. Which command is used to make a script file ‘run_me.sh’ executable?
    1. chmod +y run_me.sh
    2. chmod +x run_me.sh
    3. chmod +a run_me.sh
    4. chmod +e run_me.sh
    5. None of these
Correct Option: B

The command name ‘chmod’ stands for ‘change mode’. It is used to define the way a file can be accessed. To make the script file ‘run_me.sh’ executable, the chmod command is used.



Your comments will be displayed only after manual approval.