Online Access Free 102-350 Practice Test
| Exam Code: | 102-350 |
| Exam Name: | LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 |
| Certification Provider: | Lpi |
| Free Question Number: | 121 |
| Posted: | Jun 01, 2026 |
What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
CORRECT TEXT
An administrator has added the following line to /etc/inittab in order to disable the ability to reboot a Debian system by pressing the Control + Alt + Delete keys simultaneously:
ca:12345:_________:/bin/echo "Rebooting disabled"
Please provide the missing string.
CORRECT TEXT
What command can be used to generate syslog entries of any facility and priority? (supply just the command name without a path)