On a system with separate partitions for /, /usr, /var, /tmp, which filesystem[s] can safely be mounted readonly?
CORRECT TEXT
A new kernel version needs to be compiled to use a new feature. If the old kernel configuration file is available, which make target creates a configuration file for the new kernel based on the configuration of the old kernel?
Running tcpdump -nli eth1 'icmp' shows the following output:
11:56:35.599063 IP 192.168.123.5 > 194.25.2.129: icmp 64: echo request
seq 1
11:56:35.670910 IP 194.25.2.129 > 192.168.123.5: icmp 64: echo reply
seq 1
What command was used on the host 192.168.123.5, to generate this output?
In order to find all library dependencies of /usr/bin/foo, which of the following statement is true?
CORRECT TEXT
Which command is used to unload a single module currently loaded by the kernel without unloading any modules that it depends upon? (Specify the command with or without path information)