mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 16:42:08 +02:00

* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
491 B
491 B
svcs
Répertorier les informations sur les services en cours d'exécution. Plus d'informations : https://www.unix.com/man-page/linux/1/svcs.
- Lister tous les services en cours d'exécution :
svcs
- Lister les services qui ne fonctionnent pas :
svcs -vx
- Répertorier les informations sur un service :
svcs apache
- Afficher l'emplacement du fichier journal de service :
svcs -L apache
- Afficher la fin d'un fichier journal de service :
tail $(svcs -L apache)