1.
What does the ? symbol within regular expressions represent?
2.
In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?
3.
Which of the following files, located in the user home directory, is used to store the Bash history?
4.
Which of the following commands displays the contents of a gzip compressed tar archive?
5.
Which grep command will print only the lines that do not end with a / in the file foo?
6.
Which of the following commands is used to change options and positional parameters for a running Bash?
7.
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.)
8.
Which shell command is used to continue background execution of a suspended command?
9.
Which of the following shell redirections will write standard output and standard error output to a file named filename?
10.
When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?