Exam Code : LCP-001
Exam Name : Linux Certified Professional (LCP) Powered by LPI
Vendor Name :
"GAQM"
LCP-001 Dumps LCP-001 Braindumps
LCP-001 Real Questions LCP-001 Practice Test LCP-001 Actual Questions
Linux Certified Professional (LCP) Powered by LPI
https://killexams.com/pass4sure/exam-detail/LCP-001
Which option to the tee command will cause the output to be concatenated on the end of the output file instead of overwriting the existing file contents?
-a
-c
-no-clobber
-continue
The system configuration file namedis commonly used to set the default runlevel. (Please provide the fill name with full path information)
Answer:
/etc/inittab
Which of the following commands will write a message to the terminals of all logged in users?
bcast
mesg
wall
yell
Which of the following explanations are valid reasons to run a command in the background of your shell?
The command does not need to execute immediately.
The command has to run immediately but the user needs to log out.
The system is being shut down and the command needs to restart execution immediately after the reboot.
The command can run at a lower priority than normal commands run on the command line.
The system configuration file namedis commonly used to set the default runlevel. (Please provide the fill name with full path information)
/etc/inittab
In the vi editor, which of the following commands will copy the current line into the vi buffer?
c
cc
1c
yy
1y
Which program updates the database that is used by the locate command?
updatedb
/usr/bin/updatedb
What does the + symbol mean in the following grep regular expression: grep '^d[aei]\+d$'
/usr/share/dict/words
Match the preceding character set ([aei]) one or more times.
Match the preceding character set ([aei]) zero or more times.
Match the preceding character set ([aei]) zero or one times.
Match a literal + symbol.
The answer should be “Match a literal + symbol” because there is a backslash symbol before the plus, so it should match a literal +.
Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Select TWO correct answers)
FIND
ID
LABEL
NAME
UUID