Name:
class section:
- What is the highest priority process currently running on your system? What is its nice number?
- What command is used to change the nice number of an already running process?
- What do the three decimal numbers in the display from uptime mean?
- what does the 'u' in ps waux stand for?
- what command will show a text representation of the lineage of all processes on the system?
- What is a PID?
- what command will show process names along with their PIDs and PPIDs?
- what command will allow you to start a process at a different nice number?
- On a linux system, what is the biggest (lowest priority) nice number?
- On a linux system, what is the smallest (highest priority) nice number?
- In plain English, what is the difference between VSZ and RSS in a ps display?
- Whats the difference between CPU utilization and load average?
- (2 points) What are two differences between du and df?
- How would you call the top command in such a way that it refreshes its display every 3 seconds?
- On a linux system, how would you display the amount of disk space used on each physical partition, in Kilobytes, Megabytes and gigabytes?
- What are 3 ways to handle disk shortage problems?
- (4 points) briefly describe, in English as plain and simple as possible, the meaning of four columns from a vmstat display. Each column should get at least a sentence of description.
- (4 points) Identify four non-essential services running on your system, and show the commands necessary to kill them, and prevent them from starting at the next boot.