Free Lpi 117-102 Practice Test & Real Exam Questions
Which commands will print two copies of the file to the default printer? Choose all that apply.
Correct Answer: D,E
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
In order to bypass print filters using lpr, which of following switches should be used:
Correct Answer: B
Vote an answer
Which of the following provides a non-graphical, text based interface for users who are visually impaired that can be used as a screen reader?
Correct Answer: B
Vote an answer
Which of the following are commonly used Mail Tranfer Agent (MTA) applications? (Please select THREE correct answers)
Correct Answer: B,D,E
Vote an answer
The network connection needs to be started during bootup which requires that the drive module for the network card be loaded properly. Which of the following files is used to map an Ethernet device (eth0, for example) to a specific driver module?
Correct Answer: C
Vote an answer
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.
Correct Answer:
find / -perm +6000
You have a Linux system routing 3 networks through 3 separate NICs and are having trouble with your IP forwarding. What file would you check to ensure that IP forwarding is enabled?
Correct Answer: C
Vote an answer
What does "make bzImage" do as opposed to "make zImage"?
Correct Answer: A
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
CORRECT TEXT
Your users report that they are using the program dia to create diagrams. They are having problems with the software and they think there is a bug. What command will give you help with functionality and contact information to report a possible bug?
Do not give the path or any options.
Your users report that they are using the program dia to create diagrams. They are having problems with the software and they think there is a bug. What command will give you help with functionality and contact information to report a possible bug?
Do not give the path or any options.
Correct Answer:
flea
CORRECT TEXT
You have a job schedueled to run at 16:30 using the AT schedueler. When you type atq it displays the following information [root@localhost root]# atq 2 2003-03-14 16:00 a root [root@localhost root]# Type in the command to remove only this job
You have a job schedueled to run at 16:30 using the AT schedueler. When you type atq it displays the following information [root@localhost root]# atq 2 2003-03-14 16:00 a root [root@localhost root]# Type in the command to remove only this job
Correct Answer:
atrm 2
CORRECT TEXT
Which file lists which users can execute commands using sudo? (Provide the full path and filename)
Which file lists which users can execute commands using sudo? (Provide the full path and filename)
Correct Answer:
/etc/sudoers
CORRECT TEXT
For xinetd service definitions, which config option will disable the service?
For xinetd service definitions, which config option will disable the service?
Correct Answer:
disable =yes
CORRECT TEXT
Type in the simplest command to display the previous and current run level?
Type in the simplest command to display the previous and current run level?
Correct Answer:
runlevel
runlevel-- find the current and previous system runlevel.
See the output of runlevel
N 3 aIt means currently system running on runlevel 3 and not switched to any runlevel.
runlevel-- find the current and previous system runlevel.
See the output of runlevel
N 3 aIt means currently system running on runlevel 3 and not switched to any runlevel.
CORRECT TEXT
If you need to view per-user disk space usage on a filesystem, the ______ command can provide that information if the kernel is built to support it.
If you need to view per-user disk space usage on a filesystem, the ______ command can provide that information if the kernel is built to support it.
Correct Answer:
du
du - estimate file space usage example: du -h file/directory.
du - estimate file space usage example: du -h file/directory.
