Explorar el Código

Write command to list failed services

DricomDragon hace 3 años
padre
commit
71f9aa0c39
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      Guides/shell.md

+ 7 - 0
Guides/shell.md

@@ -15,3 +15,10 @@ To use a physical link instead of a symlink, use `-S` instead of `-s`
 ```sh
 sudo tar --create --gzip --file bck_var_log.tgz --verbose /var/log
 ```
+
+## Systemctl
+
+```sh
+systemctl list-units --state=failed
+```
+