CompTIA LX0-101 - Linux Part 1 Exam
Page: 2 / 24
Total 119 questions
Question #6 (Topic: Topic 1)
What file in the /proc filesystem lists parameters passed from the bootloader to the kernel?
(Please enter only a single command and do not enter duplicate answers in this field.)
(Please enter only a single command and do not enter duplicate answers in this field.)
Answer: /PROC/CMDLINE,CMDLINE
Question #7 (Topic: Topic 1)
An administrator has downloaded an image file of a boot floppy disk to a hard drive. What
is the BEST utility to create a boot floppy from the disk image? (Specify a single command
without options.)
is the BEST utility to create a boot floppy from the disk image? (Specify a single command
without options.)
Answer: /BIN/DD,DD
Question #8 (Topic: Topic 1)
Which of the following commands will change all CR-LF pairs in an imported text file,
userlist.txt, to Linux standard LF characters and store it as newlist.txt?
userlist.txt, to Linux standard LF characters and store it as newlist.txt?
A. tr '\r\n' '' < userlist.txt > newlist.txt
B. tr -c '\n\r' '' < newlist.txt > userlist.txt
C. tr -d '\r' < userlist.txt > newlist.txt
D. tr '\r' '\n' userlist.txt newlist.txt
E. tr -s '^M' '^J' userlist.txt newlist.txt
Answer: C
Question #9 (Topic: Topic 1)
Which of the following does the Filesystem Hierarchy Standard enable? (Select TWO).
A. Software to predict the location of installed files and directories.
B. Software to predict the ownership and access rights to files and directories.
C. Users to predict the location of installed files and directories.
D. Users to predict how the filesystem should be formatted according to need.
Answer: A,C
Question #10 (Topic: Topic 1)
The /etc/_______ file lists currently mounted devices.
Answer: MTAB