LPI 101-500 Practice Test - Questions Answers, Page 16
List of questions
Related questions
Which of the following commands print the current working directory when using a Bash shell?
(Choose two.)
Which signal is sent by the kill command by default?
Which of the following command lines creates or, in case it already exists, overwrites a file called data with the output of ls?
Which of the following commands will print important system information such as the kernel version and machine hardware architecture?
In Bash, inserting 2>&1 after a command redirects:
When piping the output of find to the xargs command, what option to find is useful if the filenames have spaces in them?
Pressing the Ctrl-C combination on the keyboard while a command is executing in the foreground sends which of the following signal codes?
Which of the following are modes of the vi editor? (Choose two.)
Which of the following shell commands makes the already defined variable TEST visible to new child processes? (Choose two.)
CORRECT TEXT
Which command is used to start another command with a given nice level? (Specify ONLY the command without any path or parameters.)
Question