최신 102-350 무료덤프 - Lpi LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2
When generating new authentication keys with SSH for a user, where should the private key be kept?
정답: D
CORRECT TEXT
Which directory in /etc is used to keep a sample copy of files and directories for when a new user has a home directory created? (Please provide the full path)
Which directory in /etc is used to keep a sample copy of files and directories for when a new user has a home directory created? (Please provide the full path)
정답:
/etc/skel, /etc/skel/
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
정답: A
Which command will print the exit value of the previous command to the screen in bash?
정답: B
What is pool.ntp.org?
정답: D
What is NOT contained in the locale setting of the operating system?
정답: B
Which of the following lines is an example of a correct setting for the DISPLAY environment variable?
정답: B
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.
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.
정답:
ctrlaltdel
Which of the following is the best way to list all defined shell variables?
정답: D
To test a shell script called myscript, the environment variable FOOBAR must be removed temporarily. How can this be done?
정답: D