Question 6 of 120
SIMULATION -
By default, the contents of which directory will be copied to a new user's home directory when the account is created by passing the -m option to the useradd command? (Specify the full path to the directory.)
    Correct Answer:

Question 7 of 120
SIMULATION -
What word is missing from the following SQL statement?
__________ count(*) from tablename;
(Please specify the missing word using lower-case letters only.)
    Correct Answer:

Question 8 of 120
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
    Correct Answer: A

Question 9 of 120
Which of the following commands puts the output of the command date into the shell variable mydate?
    Correct Answer: A

Question 10 of 120
Which of the following files, when existing, affect the behavior of the Bash shell? (Choose TWO correct answers.)
    Correct Answer: B, E