- Which option with the ps command prints the niceness for each process?
A. n
B. l
C. a
D. x
- Which column represents the niceness for each process using the ps command?
A. NI
B. ni
C. N1
D. nice
- Which column represents the niceness for each process using the top command?
A. ni
B. PNI
C. pnic
D. NI
- Which value is not a valid one to set when using the nice command?
A. -20
B. -19
C. 20
D. 19
- Which niceness value has the highest priority?
A. -21
B. -32
C. -19
D. -20
- In which directory are the configuration files for processes using systemd stored?
A. /usr/lib/systemd/system
B. /lib/systemd/system
C. /lib/systemd/system/service
D. /lib/systemd/service
- Which command needs to be run after editing a service file using systemd?
A. systemctl daemon-reload
B. systemctl --daemon-reload
C. systemctl daemon --reload
D. systemctl daemonreload
- When using the renice command...