Which of the following is the purpose of the Bash built-in export command?
Which of the following is the purpose of the Bash built-in export command?
Which of the following commands will remove the directory?
Bob accidentally created the subdirectory \bobsdir in his home directory. He tried to remove the
subdirectory with the command rmdir \bobsfile only to receive the error, “No such file or directory.”
. Which of the following commands will remove the directory?
Which of the following commands will print the inode usage on each mounted filesystem?
Which of the following commands will print the inode usage on each mounted filesystem?
Which of the following commands will uninstall a package but leave its configuration files in case a package i
Which of the following commands will uninstall a package but leave its configuration files in case a
package is re-installed?
How does an administrator get a list of files that have been installed from a dpkg package?
How does an administrator get a list of files that have been installed from a dpkg package?
Which of the following command line redirection characters instructs the shell to read from the current input
Which of the following command line redirection characters instructs the shell to read from the
current input source until a specific word, on a separate line and without and trailing spaces, is
reached?
In bash, inserting 1>&2 after a command redirects:
In bash, inserting 1>&2 after a command redirects:
which of the following places are man pages typically found?
In compliance with the FHS, in which of the following places are man pages typically found?
what vi command will copy (but not paste) from the current line at the cursor and the following 16 lines (17 l
CORRECT TEXT
In the vi editor, what vi command will copy (but not paste) from the current line at the cursor and
the following 16 lines (17 lines total)? Enter the correct vi command without spaces. (Please enter
only a single answer.)
What command with all options and/or parameters will send the signal USR1 to any executing process of program
CORRECT TEXT
What command with all options and/or parameters will send the signal USR1 to any executing
process of program apache2?