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


    âš¡ Month End Offer - Flat 52% Off On All Courses! Enroll Now âš¡
    00:00:00 AM Left

    Question

    What does #!/bin/bash at the start of a script

    mean?
    A It is a comment Correct Answer Incorrect Answer
    B It specifies interpreter Correct Answer Incorrect Answer
    C It runs background tasks Correct Answer Incorrect Answer
    D It shows script path Correct Answer Incorrect Answer
    E It indicates permissions Correct Answer Incorrect Answer

    Solution

    #! (shebang) tells which interpreter to use (bash, python, etc.).

    Practice Next
    ask-question