Which two commands are used in Linux to list running processes and force quit one of them?

a. top, kill process ID
b. ls, mv process ID
c. ls, grep process ID
d. top, shutdown process ID


A. Top lists the process IDs, and kill, followed by the PID, force quits the process. The other commands are Linux commands that perform different functions.

Computer Science & Information Technology

You might also like to view...

What does show(p) do?

If p is defined as a variable, then Python will print to the console the value of p. If p has no value, Python will print out:

Computer Science & Information Technology

Data types are characteristics that determine the type of data that may be entered in a field

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is correct if the data type of inventoryItem is string?

A. inventoryItem = 3 B. inventoryItem = "printer" C. inventoryItem = -9 D. inventoryItem = (printer)

Computer Science & Information Technology

Tape drives are primarily used by servers for storing backups, and their capacity ranges from a few megabytes to hundreds of gigabytes. The capacities for tapes are listed in two ways. Which of the following make up the two forms of capacity?

a. Tape capacity b. Buffer capacity c. Native capacity d. Compressed capacity

Computer Science & Information Technology