Which of the following is the device file name for the second partition on the only SCSI drive?
Correct Answer:B
CORRECT TEXT
Which command will display messages from the kernel that were output during the normal boot sequence?
Correct Answer:dmesg/bin/dmesg
What is the correct command to extract the contents of the archive file download.bz2?
Correct Answer:C
Which of the following commands moves and resumes in the background the last stopped shell job?
Correct Answer:B
The script, script.sh, consists of the following lines:
#!/bin/bash echo $2 $1
Which output will appear if the command, ./script.sh test1 test2, is entered?
Correct Answer:B