LPI 101-500 Practice Test - Questions Answers, Page 9
Related questions
Question 81
Which of the following commands displays the contents of a gzip compressed tar archive?
Question 82
Which grep command will print only the lines that do not end with a / in the file foo?
Question 83
Which of the following commands is used to change options and positional parameters for a running Bash?
Question 84
Which of the following commands replaces each occurrence of 'bob' in the file letter with 'Bob' and writes the result to the file newletter?
Question 85
From a Bash shell, which of the following commands directly executes the instruction from the file
/usr/local/bin/runme.sh without starting a subshell? (Please select TWO answers.)
Question 86
Regarding the command: nice -5 /usr/bin/prog Which of the following statements is correct?
Question 87
Which shell command is used to continue background execution of a suspended command?
Question 88
Which of the following shell redirections will write standard output and standard error output to a file named filename?
Question 89
In the vi editor, which of the following commands will copy the current line into the vi buffer?
Question 90
Which of the following sequences in the vi editor saves the opened document and exits the editor?
(Choose TWO correct answers.)
Question