What would typing “4dh” do in vi command mode? Duplicate the next four characters Delete the...
Introduction to Linux I
To search backward from your cursor in your vi document in...
To search backward from your cursor in your vi document in command mode, you can type __ followed...
If you want to quit the vi program without saving any of the...
If you want to quit the vi program without saving any of the changes you made to your file, you can...
To go to the first line of a vi document in command mode, you...
To go to the first line of a vi document in command mode, you can type: (choose two) G GG 1G gg
To go to the beginning of a line in the vi command mode, you...
To go to the beginning of a line in the vi command mode, you press: g $ ^ 1
To move forward one word at a time in the vi command mode, you...
To move forward one word at a time in the vi command mode, you press: f t g w
Which of the following commands will take the standard error of...
Which of the following commands will take the standard error of the ls command and put it into the...
What character do you place between commands to execute multiple...
What character do you place between commands to execute multiple commands on a single command line...
To view system memory usage, you can use the _ command.
To view system memory usage, you can use the _____ command. uptime nice free ps
To send a paused process to the background, use the _ command.
To send a paused process to the background, use the _____ command. fg ps bg jobs
To see how long the system has been running, you can use the _...
To see how long the system has been running, you can use the _____ command. free nice uptime ps
To change the niceness value of an existing process, you can use...
To change the niceness value of an existing process, you can use the _____ command. renice set...
To execute a command with the default priority, which value do...
To execute a command with the default priority, which value do you pass to the nice command? -20 20...
To execute a command with the lowest possible priority, which...
To execute a command with the lowest possible priority, which value do you pass to the nice command...
To execute a command with the highest possible priority, which...
To execute a command with the highest possible priority, which value do you pass to the nice...