Commands :
- top
- htop
- ps aux (show processes owned by all users in a friendly format)
- ps axjf (hierarchical relationships in tree view)
- kill
- kill -KILLPID (if the process doesn’t stop)
- kill -HUP PID
You can list all of the signals that are possible to send with kill by typing: kill -l
Getting the PID of a process – example :
pgrep sphinx
Laisser un commentaire
Vous devez vous connecter pour publier un commentaire.