A 2.6.9-ac1 kernel would be

A 2.6.9-ac1 kernel would beA . an alpha kernel.B . someone's patch to a stable kernel.C . a stable kernel.D . an unstable kernel.E . someone's patch to an unstable kernel.View AnswerAnswer: B

August 19, 2020 No Comments READ MORE +

When configuring a new kernel, what file under /usr/src/linux/ contains the configuration?

When configuring a new kernel, what file under /usr/src/linux/ contains the configuration?View AnswerAnswer: .config

August 19, 2020 No Comments READ MORE +

Which of these commands allows you to use shared libraries that are in /usr/local/lib?

Which of these commands allows you to use shared libraries that are in /usr/local/lib?A . export LD_PRELOAD=/usr/local/libB . export LD_LIBRARY_PATH=/usr/local/libC . ldconfig /usr/local/libD . ldd /usr/local/libView AnswerAnswer: C

August 18, 2020 No Comments READ MORE +

What command must be run to make all of the other file-systems listed in /etc/fstab accessible?

A machine is running in single user mode and, as such, not all file-systems are accessible. What command must be run to make all of the other file-systems listed in /etc/fstab accessible?A . mount --allB . mountfs --allC . mountfs -aD . mount -aView AnswerAnswer: D

August 18, 2020 No Comments READ MORE +

In order to provide notices and information to users when they log in to a server, what file must be modified to give these notices? (Please provide the file with full path information)

In order to provide notices and information to users when they log in to a server, what file must be modified to give these notices? (Please provide the file with full path information)View AnswerAnswer: /etc/motd

August 18, 2020 No Comments READ MORE +

Which mount option must be used in the example /etc/fstab entry below, to ensure that a specific filesystem is not mounted when the system is booted?

Which mount option must be used in the example /etc/fstab entry below, to ensure that a specific filesystem is not mounted when the system is booted? /dev/hdd /media/cdrom iso9660 _____________________,ro 0 0View AnswerAnswer: noauto

August 17, 2020 No Comments READ MORE +

What line must be added to modules configuration file, to ensure that eth0 always uses this module?

Your routing configuration relies on eth0 being a 3com card that requires the 3c59x module. What line must be added to modules configuration file, to ensure that eth0 always uses this module?A . eth0=3c59xB . alias eth0=3c59xC . alias eth0 3c59xD . set eth0 3c59xE . set eth0=3c59xView AnswerAnswer: C

August 17, 2020 No Comments READ MORE +

Which of these would be the simplest way to configure BIND to return a different version number to queries?

Which of these would be the simplest way to configure BIND to return a different version number to queries?A . Compile BIND with the option -blur-version=my version.B . Set version-string "my version" in BIND's configuration file.C . Set version "my version" in BIND's configuration file.D . Set version=my version in...

August 17, 2020 No Comments READ MORE +

Which configuration directive could be used for this purpose?

A BIND server should never answer queries from certain networks or hosts. Which configuration directive could be used for this purpose?A . deny-query { ...; };B . no-answer { ...; };C . deny-answer { ...; };D . deny-access { ...; };E . blackhole { ...; };View AnswerAnswer: E

August 17, 2020 1 Comment READ MORE +

What is the most likely reason?

User Joseph has successfully extracted and compiled a program from source code. Installing the binaries produces errors. What is the most likely reason?A . The source code was compiled for a different CPUB . The permissions set in the /usr/bin directory are wrongC . The binaries require root privileges to...

August 17, 2020 No Comments READ MORE +