The following command has just been run successfully:
cd /opt; tar xvf /dev/nst0;
What will happen if the command sequence is run again?
A. An error saying that there is no tape present is ge...
Which of the following commands will erase the contents of the /dev/sdb3 partition?
A. rm /dev/sdb3
B. dd if=/dev/zero of=/dev/sdb3
C. dd of=/dev/zero if=/dev/sdb3
D. umount /dev/sdb3
What is the device name for the first SCSI tape drive on a system when used without automatic rewinding after each write operation? (Please specify the full path to the device.)
Which of the following commands will securely copy the directory ./fyf/ to /var/tmp/ on the remote host deltaur using the remote user account kevin?
A. rsync -a -e ssh kevin@deltaur:/var/tmp/ fyf/...
Which of the following are common backup systems used in Linux? (Choose TWO correct answers.)
A. Amanda
B. Bacula
C. DrBackup
D. BREWBackup
E. SARcheck
What does the -p3 option to the patch command do?
A. It will strip off path information from each file mentioned in the patch file up to and including the third / character.
B. patch continues exe...
When a makefile is included in a source code package, what are commonly defined targets in the file?
A. CFLAGS, CPPFLAGS, LIBS, LDFLAGS
B. clean, install, uninstall
C. PATHS, DESTDIR, LIBS, LDFLA...