📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    How do you typically make a shell script file

    executable?
    A `run script.sh` Correct Answer Incorrect Answer
    B `execute script.sh` Correct Answer Incorrect Answer
    C `chmod +x script.sh` Correct Answer Incorrect Answer
    D `sh script.sh` Correct Answer Incorrect Answer
    E None of the above Correct Answer Incorrect Answer

    Solution

    `chmod +x script.sh`

    Practice Next
    ask-question