102-500 Dumps

102-500 Free Practice Test

LPI 102-500: LPIC-1 Exam 102 - Part 2 of 2 - version 5.0

QUESTION 11

- (Exam Topic 6)
The presence of what file will temporarily prevent all users except root from logging into the system? (Specify the full name of the file, including path.)
Solution:
/etc/nologin

Does this meet the goal?

Correct Answer: A

QUESTION 12

- (Exam Topic 5)
Which of the following programs can be used to determine the routing path to a given destination?

Correct Answer: E

QUESTION 13

- (Exam Topic 4)
You need to pause the CUPS printer HPLaserjet4, and you want to cancel all print jobs with a message, "hello". Which command will do this?

Correct Answer: C

QUESTION 14

- (Exam Topic 3)
Which TWO statements about crontab are true?

Correct Answer: AC

QUESTION 15

- (Exam Topic 1)
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?

Correct Answer: A