Which of the following is not a valid way to send the “force kill” signal to a process? kill -KILL...
Introduction to Linux I
A signal is:
A signal is: A technique to tell a process to take some sort of action A command option A technique...
Placing an _ character at the end of the command line will put...
Placing an __ character at the end of the command line will put the command in the background. ...
What command can be used to alter the priority of a running...
What command can be used to alter the priority of a running process? repri renice relow chpr
What command can be used as a prefix to another command to run...
What command can be used as a prefix to another command to run it at an altered priority? low chpr...
The uptime command prints a statistic representing the system...
The uptime command prints a statistic representing the system load over what three time spans...
To view statistics on memory availability, you can use:
To view statistics on memory availability, you can use: mem stat free uname
If you want a background process to keep running after log out...
If you want a background process to keep running after log out, you can use: nokill nohup nofg bg
Using the kill command always terminates processes. True or...
Using the kill command always terminates processes. True or False? True False
The main advantage of running a process in the background is:
The main advantage of running a process in the background is: The process will automatically run at...
To see the list of background processes that you have started in...
To see the list of background processes that you have started in your shell, you can run: process...
The key press combination that will request a process to stop is:
The key press combination that will request a process to stop is: CTRL+z CTRL+p CTRL+c CTRL+d
To execute a command called “simple” as a foreground process...
To execute a command called “simple” as a foreground process, you would type: fg simple simple...
The dd command can be used to create iso files. True or False?
The dd command can be used to create iso files. True or False? True False
When copying entire devices using the dd command, you must...
When copying entire devices using the dd command, you must specify: block size and count only input...