117-102 無料問題集「Lpi General Linux, Part 2」
CORRECT TEXT
You have made changes to your /etc/lilo.conf file.
Type in the simplest command that will reload the configuration to the MBR
You have made changes to your /etc/lilo.conf file.
Type in the simplest command that will reload the configuration to the MBR
正解:
lilo
/etc/lilo.conf is the file used by lilo command to update the MBR or first sector of the partition with the appropriate booting information ie. root partition, kernel file etc. After reconfiguring the file you should update the MBR or first sector of boot partition using lilo command.
/etc/lilo.conf is the file used by lilo command to update the MBR or first sector of the partition with the appropriate booting information ie. root partition, kernel file etc. After reconfiguring the file you should update the MBR or first sector of boot partition using lilo command.
CORRECT TEXT
Please specify the top directory containing the configuration files for the CUPS printing system.
(Provide the full path to the directory)
Please specify the top directory containing the configuration files for the CUPS printing system.
(Provide the full path to the directory)
正解:
/etc/cups, /etc/cups/
CORRECT TEXT
You wish to install the module fat.o into the kernel.
Type in the simplest command to do this. Assume there are no dependancies for this module.
You wish to install the module fat.o into the kernel.
Type in the simplest command to do this. Assume there are no dependancies for this module.
正解:
insmod
fat insmod is a command to insert the module into the kernel but it can't resolve the dependencies so to load the module into the kernel with dependencies use the modporbe command.
fat insmod is a command to insert the module into the kernel but it can't resolve the dependencies so to load the module into the kernel with dependencies use the modporbe command.
CORRECT TEXT
Type in the name of the samba daemon that is responsible for printer and file sharing?
Type in the name of the samba daemon that is responsible for printer and file sharing?
正解:
smbd
CORRECT TEXT
You want to make sure all Bash users, when they login, get access to a new program in /opt/bin (not currently in their PATH). To ensure this you would put the command: PATH=$PATH:/opt/bin; export PATH in what file?
You want to make sure all Bash users, when they login, get access to a new program in /opt/bin (not currently in their PATH). To ensure this you would put the command: PATH=$PATH:/opt/bin; export PATH in what file?
正解:
/etc/profile
CORRECT TEXT
What command with options will find all files on your system that have either the SUID or GUID bits set?
Type the exact command with options to accomplish this.
What command with options will find all files on your system that have either the SUID or GUID bits set?
Type the exact command with options to accomplish this.
正解:
find / -perm +6000