Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Below is example of installing psmic and show process tree by pstree


If you want to take a look all the services and daemons running on your system, you can see it by

Code Block
# systemctl list-units


The check if a daemon or service is automatically enabled during system starts, issue the following command.

Code Block
# systemctl list-unit-files -t service

It will shows the result like below:

Image Added