Module 4 Flashcards
0
Q
Which command shows process status?
A
ps
1
Q
Which command shows free disk space?
A
df
2
Q
Which command shows all system processes?
A
ps -aux
3
Q
Which command tells a process to die gracefully?
A
kill
4
Q
Which command tells a process to die immediately?
A
kill -9
5
Q
Which command finds words in text?
A
grep
6
Q
Which symbol sends output to another program?
A
|
7
Q
Which ‘cp’ and ‘rm’ option acts on trees (e.g. option to act on all files/directories within a directory)
A
-r