Which world-writable directory should be placed on a separate partition in order to prevent users from being able to fill up the / filesystem? (Specify the full path to the directory.)
Answer : /tmp, tmp, /var/tmp, /tmp/, /var/tmp/
Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time?
(Specify ONLY the command without any path or parameters.)
Answer : dpkg-reconfigure
Which of the following commands lists all currently installed packages when using RPM package management?
Answer : C
Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?
Answer : C
Which of the following is correct when talking about mount points?
Answer : A
Which command will disable swapping on a device? (Specify ONLY the command without any path or parameters.)
Answer : swapoff, /sbin/swapoff
Which of the following commands updates the linker cache of shared libraries?
Answer : E
Which RPM command will output the name of the package which supplied the file
/etc/exports?
A. rpm -F /etc/exports -
B. rpm -qf /etc/exports -
C. rpm -Kl /etc/exports -
D. rpm -qp /etc/exports -
E. rpm -qi /etc/exports -
Answer : B Topic 3, GNU and Unix Commands
In Bash, inserting 1>&2 after a command redirects
Answer : C
Which of the following commands can be used to create a USB storage media from a disk image?
Answer : B
What is the effect of the egrep command when the -v option is used?
Answer : B
Which of the following statements is correct regarding the command foo 1> bar?
Answer : B
Which of the following are valid stream redirection operators within Bash? (Choose THREE correct answers.)
Answer : ABC
What happens after issuing the command vi without any additional parameters?
Answer : D
Which of the following commands will NOT update the modify timestamp on the file
/tmp/myfile.txt?
Answer : A
Have any questions or issues ? Please dont hesitate to contact us