CORRECT TEXT
Which command is used to set the hostname of the local system? (Specify ONLY the command without any path or parameters.)
Correct Answer:hostname
Which of the following commands can be used to display the inode number of a given file?
Correct Answer:B
CORRECT TEXT
In which file, if present, must all users be listed that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)
Correct Answer:/etc/cron.allow
Which of the following commands will print the last 10 lines of a text file to the standard output?
Correct Answer:D
What is the correct command to extract the contents of the archive file download.bz2?
Correct Answer:C
CORRECT TEXT
What word is missing from the following SQL statement?
_______ count(*) from tablename;
(Please specify the missing word using lower-case letters only.)
Correct Answer:select