최신Lpi Linux Professional Institute BSD Installation and Software Management 702 - 702-100무료샘플문제
문제1
While using vi as superuser. the attempt to save a file while quitting the editor leads to an error indicating that the file is read-only. How can the file permissions be overridden to save the edits to the file and quit the editor?
While using vi as superuser. the attempt to save a file while quitting the editor leads to an error indicating that the file is read-only. How can the file permissions be overridden to save the edits to the file and quit the editor?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
What is the purpose of the nice command'?
What is the purpose of the nice command'?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
Which command finds all directories within the current user's home directory?
Which command finds all directories within the current user's home directory?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
When replacing the system MTA with another mail server program, which configuration file needs to be updated with the path to the new MTA?
When replacing the system MTA with another mail server program, which configuration file needs to be updated with the path to the new MTA?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
What is the name of the NetBSD installation program?
What is the name of the NetBSD installation program?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
Consider the following file legal file:
disclosure
non-disclosure
non-disclosure
Which line or lines in the file does the following command match? Note the space after the dash within the brackets.
grep "non [-] disclosure" legalfile
Consider the following file legal file:
disclosure
non-disclosure
non-disclosure
Which line or lines in the file does the following command match? Note the space after the dash within the brackets.
grep "non [-] disclosure" legalfile
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
Which file on a BSD system defines the printers which are available by the Ipr printing system'? (Specify the full name of the file including path)

Which file on a BSD system defines the printers which are available by the Ipr printing system'? (Specify the full name of the file including path)

정답:
/etc/printcap
Explanation

The /etc/printcap file on a BSD system defines the printers that are available by the Ipr printing system. The Ipr printing system is a BSD-compatible printing system that uses the lpd daemon to manage print jobs and spooling. The /etc/printcap file contains a series of entries, one for each printer, that specify the printer name, device, options, and filters. The format and syntax of the /etc/printcap file are described in the printcap(5) manual page. References:
About Printing on FreeBSD | The FreeBSD Forums
The BSD Printing Protocol (System Administration Guide, Volume 2) - Oracle Chapter 11. Printing | FreeBSD Documentation Portal
Explanation

The /etc/printcap file on a BSD system defines the printers that are available by the Ipr printing system. The Ipr printing system is a BSD-compatible printing system that uses the lpd daemon to manage print jobs and spooling. The /etc/printcap file contains a series of entries, one for each printer, that specify the printer name, device, options, and filters. The format and syntax of the /etc/printcap file are described in the printcap(5) manual page. References:
About Printing on FreeBSD | The FreeBSD Forums
The BSD Printing Protocol (System Administration Guide, Volume 2) - Oracle Chapter 11. Printing | FreeBSD Documentation Portal