최신CompTIA Linux+ [Powered by LPI] Exam 1 - LX0-101무료샘플문제
문제1
An administrator wants the default permissions for their files to be -rw-r-----. How must the administrator set umask?
An administrator wants the default permissions for their files to be -rw-r-----. How must the administrator set umask?
정답: B
문제2
CORRECT TEXT
In the vi editor, what vi command will copy (but not paste) from the current line at the cursor and the following 16 lines (17 lines total)? Enter the correct vi command without spaces. (Please enter only a single answer.)
CORRECT TEXT
In the vi editor, what vi command will copy (but not paste) from the current line at the cursor and the following 16 lines (17 lines total)? Enter the correct vi command without spaces. (Please enter only a single answer.)
정답:
17y,17y,17yy,17yy
문제3
All of the following commands will execute the bash script /usr/local/bin/runme.sh EXCEPT:
All of the following commands will execute the bash script /usr/local/bin/runme.sh EXCEPT:
정답: A
문제4
CORRECT TEXT
_________ /dev/sda3 will create a swap area on the device /dev/sda3.
CORRECT TEXT
_________ /dev/sda3 will create a swap area on the device /dev/sda3.
정답:
/sbin/mkswap,mkswap
문제5
An administrator wishes to kill a process with a PID of 123. Which of the following commands will allow the process to "clean up" before exiting?
An administrator wishes to kill a process with a PID of 123. Which of the following commands will allow the process to "clean up" before exiting?
정답: D
문제6
Which of the following commands will print the inode usage on each mounted filesystem?
Which of the following commands will print the inode usage on each mounted filesystem?
정답: C