ЁЯУв Too many exams? DonтАЩt know which one suits you best? Book Your Free Expert ЁЯСЙ call Now!

  • google app store apple app store
  • тЬЦ

      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
      More Shell Scripting Questions
      ask-question