What vi command sequence will allow you to quit without…
While editing a file in vi, you realize that you are changing the wrong file. What vi command sequence will allow you to quit without saving your changes?
Which command 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 command will remove the directory?
what single command with no options or parameters will …
CORRECT TEXT
An administrator has sent their current vi process with a PID of 1423 to the background on the command line. Assuming no other processes are in the background,
what single command with no options or parameters will bring the vi process to the foreground?
what vi command will copy (but not paste) from the curr…
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.
Which of the following commands will NOT update the Mod…
Which of the following commands will NOT update the Modify timestamp on the file /tmp/myfile.txt?
What is the default process priority when a process is …
What is the default process priority when a process is started using the nice command?
Which of the following commands will NOT execute the ba…
Which of the following commands will NOT execute the bash script /usr/local/bin/runme.sh?
CORRECT TEXT To change the priority of a running proces…
CORRECT TEXT
To change the priority of a running process, you use the _______ command (Specify command only with no options.)
Which of the following commands will replace every inst…
Which of the following commands will replace every instance of the word list with LIST from the file myfile.txt and print the results on the screen?
Which directory contains additional information about i…
Which directory contains additional information about installed packages?