1.
Which statement regarding symbolic links is true? (Choose 2.)
2.
Which statement about the sudo command is correct?
3.
What is the name of the file containing the initramfs?
4.
You would like to run command2 only if command1 did not complete successfully. Which command accomplishes this task?
5.
You want to secure a POP3 connection to a server that does not support SSL. While you do not have ssh access to the POP3 server itself, you at least have SSH access to a server near the POP3 server. Given the following information:
POP3 server: pop3.digitalairlines.com
SSH server: ssh.digitalairlines.com
Your host: da10.digitalairlines.com
POP3 port: 110
Local port: 11110
Which command will forward connections from the local port 11110 to port 110 of the POP3 server, using a secure tunnel between your host and the SSH server?
6.
Which command is used to enter or change the quota for user tux?
7.
Which statements about the Linux boot process are correct? (Choose 3.)
8.
Which group name is stored in /etc/passwd?
9.
The GRUB configuration file (/boot/grub/menu.lst) has a global section followed by sections for each operating system. Which options do you have to specify for each Linux operating system? (Choose 3.)
10.
You want to use the ip command to set a new address for your network device eth0. It is a standard class C network. The broadcast address and network route should be set accordingly. Which command is correct?