최신 101-500 무료덤프 - Lpi LPIC-1 Exam 101, Part 1 of 2, version 5.0
Which character, added to the end of a command, runs that command in the background as a child process of the current shell?
정답: C
Which of the following commands will NOT execute the bash script /usr/local/bin/runme.sh?
정답: D
Which command will allow you to find a specific installed package?
정답: D
Which signal is sent to a suspended process in order to have it resume execution?
정답: D
Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line?
정답: A
Which of the following shell commands makes the already defined variable TEST visible to new child processes? (Choose two.)
정답: A,B
What command will display all of the background tasks running in the current shell?
정답: A
To allow a regular user account to mount and unmount a filesystem (for instance, a cdrom or floppy), which option will need to be added to the corresponding line in /etc/fstab?
정답: B
Which of the following commands converts spaces in a file to tab characters and prints the result to standard output?
정답: D
Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
killall -s _______ daemon
killall -s _______ daemon
정답:
HUP, SIGHUP, 1
Which of the following options is used in a GRUB Legacy configuration file to define the amount of time that the GRUB menu will be shown to the user?
정답: B
Which of the following commands will mount an already inserted CD-ROM in /dev/sr0 onto an existing directory /mnt/cdrom when issued with root privileges?
정답: D
User Joseph has successfully extracted and compiled a program from source code. Installing the binaries produces errors. What is the most likely reason?
정답: C
In the vi editor, which of the following commands will delete the current line at the cursor and the
16 lines following it (17 lines total)?
16 lines following it (17 lines total)?
정답: C
Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?
정답: D