117-101 無料問題集「Lpi Level 1 Exam 101(with rpm)」
CORRECT TEXT
You have a text file with tab-separated values, but your application needs them space-separated. What command would you use from the Bash shell to achieve this? Please fill in the command only, without any options.
You have a text file with tab-separated values, but your application needs them space-separated. What command would you use from the Bash shell to achieve this? Please fill in the command only, without any options.
正解:
The expand command is used to convert from tab to space. Example: expand -t 2 test a. It will convert the tab into two spaces.
CORRECT TEXT
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)?
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)?
正解:
17dd
CORRECT TEXT
Which file the /proc filesystem lists parameters passed from the bootloader to the kernel?
Which file the /proc filesystem lists parameters passed from the bootloader to the kernel?
正解:
cmdline
/proc/cmdline
/proc/cmdline