LX0-101 無料問題集「CompTIA Linux+ [Powered by LPI] Exam 1」
CORRECT TEXT
What option, when passed to the yum command, will update the entire system? (Specify ONLY the option name with no additional parameters).
What option, when passed to the yum command, will update the entire system? (Specify ONLY the option name with no additional parameters).
正解:
update
CORRECT TEXT
The system configuration file named _______ is commonly used to set the default runlevel. (Please provide the fill name with full path information).
The system configuration file named _______ is commonly used to set the default runlevel. (Please provide the fill name with full path information).
正解:
/etc/inittab
CORRECT TEXT
_________ /dev/sda3 will create a swap area on the device /dev/sda3.
_________ /dev/sda3 will create a swap area on the device /dev/sda3.
正解:
/sbin/mkswap,mkswap
CORRECT TEXT
What command is used to display a file in octal format? (Please enter only a single command and do not enter duplicate answers in this field.)
What command is used to display a file in octal format? (Please enter only a single command and do not enter duplicate answers in this field.)
正解:
/usr/bin/hexdump,/usr/bin/od,hexdump,od
CORRECT TEXT
An administrator has sent their current vi process with a PID of 1423 to the background on the command line. Assuming no other processes are in the background, what single command with no options or parameters will bring the vi process to the foreground?
An administrator has sent their current vi process with a PID of 1423 to the background on the command line. Assuming no other processes are in the background, what single command with no options or parameters will bring the vi process to the foreground?
正解:
%1,fg fg is a job control command in Unix and Unix-like operating systems that resumes execution of a suspended process by bringing it to the foreground and thus redirecting its standard input and output streams to the user's terminal.