Manage Processes in Linux

Commands :

  1. top
  2. htop
  3. ps aux (show processes owned by all users in a friendly format)
  4. ps axjf (hierarchical relationships in tree view)
  5. kill
  6. kill -KILLPID     (if the process doesn’t stop)
  7. 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


Publié

dans

par

Étiquettes :

Commentaires

Laisser un commentaire