010-160試験無料問題集「Lpi Linux Essentials Certificate Exam - version 1.6 認定」
The current directory contains the following file:
-rw-r-r- 1 root exec 24551 Apr 2 12:36 test.sh
The file contains a valid shell script, but executing this file using ./test.shleads to this error:
bash: ./test.sh: Permission denied
What should be done in order to successfully execute the script?
-rw-r-r- 1 root exec 24551 Apr 2 12:36 test.sh
The file contains a valid shell script, but executing this file using ./test.shleads to this error:
bash: ./test.sh: Permission denied
What should be done in order to successfully execute the script?
正解:B
解答を投票する
FILL BLANK
What two character sequence is present at the beginning of an interpreted script? (Please specify the TWO correct characters only)
What two character sequence is present at the beginning of an interpreted script? (Please specify the TWO correct characters only)
正解:
#!