After manually compiling and installing a new kernel, what has to be done regarding the initramfs?
A. The initramfs is independent of the kernel and should not be modified unless the hardware confi...
What information is found in the following excerpt from the file /proc/mdstat? (Choose two.)
Personalities: [raid6] [raid5] [raid4]
md0 : active raid5 sdb1[3] (S) sdc1[7] sda1[4] (S) sdd1[6] sde1[...
Which of the following commands shows capabilities and usable frequencies for the wireless interface wlan0?
A. iw phy pyh0 info
B. iw dev wlan0 info
C. iw dev wlan0 show
D. iw phy wlan0 show
E....
A Linux server running systemd booted to rescue.target for maintenance. Which commands are used to restore the server to its usual target? (Choose two.)
A. telinit 0
B. systemctl default
C. sync...
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