Monitor Processes and Ressources Flashcards
1
Q
What is the command to list all the processes that are running?
A
ps aux
2
Q
What is the command to kill a process ?
A
kill -9 [process id]
3
Q
What is the command to monitor the space?
A
df -h