When removing a package, which of the following dpkg options will completely remove the files including configuration files?
Answer : C
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)
Answer : A, C
Which of the following apt-get commands will install the newest versions of all currently installed packages without removing any packages or installing new packages that are not already installed?
Answer : B
Which option to the tee command will cause the output to be concatenated on the end of the output file instead of overwriting the existing file contents?
Answer : A
Which of the following commands is used to change options and positional parameters for a running Bash?
Answer : B
What is the output of the following command?
echo "Hello World" | tr -d aieou
Answer : C
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?
Answer : B