How would you use kill to log Max off the system?
What will be an ideal response?
The –1 (one) in both of the following commands tells kill to send a TERM
signal to all processes that are owned by Max:
# su max -c 'kill -TERM -1'
$ sudo -u max kill -TERM -1
Computer Science & Information Technology
You might also like to view...
When could a crosstab query be more beneficial or helpful to use instead of a SELECT or standard aggregated query?
What will be an ideal response?
Computer Science & Information Technology
A product can be in many different orders. Also, each order can have many products in inventory. This is an example of a M:N relationship
Indicate whether the statement is true or false
Computer Science & Information Technology