010-160 Exam Question 26
Which ofthe following commands creates an archive filework.tarfrom the contents of the directory./ work/?
010-160 Exam Question 27
Which statements about the directory /etc/skel are correct? (Choose two.)
010-160 Exam Question 28
The file script.sh in the current directory contains the following content:
#!/bin/bash echo $MYVAR
The following commands are used to execute this script:
MYVAR=value
./script.sh
The result is an empty line instead of the content of the variable MYVAR. How should MYVAR be set in order to make script.sh display the content of MYVAR?
#!/bin/bash echo $MYVAR
The following commands are used to execute this script:
MYVAR=value
./script.sh
The result is an empty line instead of the content of the variable MYVAR. How should MYVAR be set in order to make script.sh display the content of MYVAR?
010-160 Exam Question 29
What is the UID of the user root?
010-160 Exam Question 30
FILL BLANK
What keyword is used in a shell script to begin a loop? (Specify one keyword only, without any additional information.)
What keyword is used in a shell script to begin a loop? (Specify one keyword only, without any additional information.)
