Which of these commands allows you to use shared libraries that are in /usr/local/lib?
A. export LD_PRELOAD=/usr/local/lib
B. export LD_LIBRARY_PATH=/usr/local/lib
C. ldconfig /usr/local/lib
D. ...
The mailserver is currently called fred, while the primary MX record points to mailhost.example.org.
What must be done to direct example.org email towards fred?
What is the difference between zImage and bzImage targets when compiling a kernel?
A. zImage is compressed using gzip, bzImage is compressed using bzip2
B. zImage is for 2.4 series kernels, bzImag...
Some users are unable to connect to specific local hosts by name, while accessing hosts in other zones works as expected. Given that the hosts are reachable by their IP addresses, which is the default...
After configuring a new 2.4 series kernel, all dependencies, such as included files, need to be created. How can this be achieved?
A. make dependencies
B. make clean
C. make mrproper
D. make dep
E. m...
During which stage of the boot process would this message be seen?
ide_setup: hdc=ide-scsi
A. Daemon initialization and setup.
B. Boot loader start and hand off to kernel.
C. Hardware initializiatio...