Which keyword is used in the /etc/inittab file to define the SysV-init default system runlevel?
During booting, when the Linux kernel loads an initramfs file, which command from the initramfs will be executed first, if present?
When a makefile is included in a source code package, what are commonly defined targets in the file?
A regular user, joe, has just run:
./configure && make && make install
to build and install a program. However, the installation fails. What could be done to install the program? (Choose TWO correct answers.)
Which file contains the message that is displayed above the login prompt of the system console? (Specify the full name of the file, including path.)
Where would fsck put any unreferenced file or file fragments on a ext4 filesystem?
On a server running the 3.4.50-11 Linux kernel, which file in the /boot directory contains the kernel configuration parameters?
When planning a web server which of the following choices will impact system sizing? (Choose THREE correct answers.)
When is historical data of resource usage important? (Select THREE correct answers.)
Which of the following commands will list the IPv4 neighbors of the current system? This includes IP and MAC addresses. (Choose TWO correct answers.)
Considering the following kernel IP routing table below, which of the following commands must be used to remove the route to the network 10.10.1.0/24? (Select TWO answers)
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
203.0.113.162 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
172.16.87.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.246.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
10.10.1.0 192.168.246.11 255.255.255.0 UG 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 203.0.113.162 0.0.0.0 UG 0 0 0 ppp0
Which of the following commands can be used to list IPv4 addresses and MAC addresses for IP devices that the system has seen on the local network?
What does a 0 in the last field (fsck order) of /etc/fstab indicate about the filesystem?
Which of the following are common Linux filesystem types used for root partitions? (Choose THREE correct answers.)
How can the kernel parameter for the maximum size of the shared memory segment (shmmax) be changed to 2GB (2147483648 Bytes) on a running system? (Choose TWO correct answers.)