最新的Lpi LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 - 102-350免費考試真題
CORRECT TEXT
The xinetd service will be used instead of inetd. In order to create a similar configuration as inetd, what main file must be created or edited for xinetd? (Please specify the full path)
The xinetd service will be used instead of inetd. In order to create a similar configuration as inetd, what main file must be created or edited for xinetd? (Please specify the full path)
正確答案:
/etc/xinetd.conf
CORRECT TEXT
After configuring printing on a Linux server, the administrator sends a test file to one of the printers and it fails to print. What command can be used to print the status of the printer's queue? (Provide only the command, without any options or parameters)
After configuring printing on a Linux server, the administrator sends a test file to one of the printers and it fails to print. What command can be used to print the status of the printer's queue? (Provide only the command, without any options or parameters)
正確答案:
lpq, /usr/bin/lpq
What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
____ i in *.txt; do
echo $i
done
正確答案: D
CORRECT TEXT
What command can be used to generate syslog entries of any facility and priority? (supply just the command name without a path)
What command can be used to generate syslog entries of any facility and priority? (supply just the command name without a path)
正確答案:
logger
Which of the following commands can be used to convert text files in one character encoding to another character encoding?
正確答案: E
Which of the following programs uses the hosts.allow file to perform its main task of checking for access control restrictions to system services?
正確答案: D
What command should be used to print a listing of email in the system's mail queue?
正確答案: A
Which bash option will prevent you from overwriting a file with a ">"?
正確答案: C