GNU/Linux >> Linux Esercitazione >  >> Linux

Come faccio a sapere se è necessario eseguire systemctl daemon-reload

Puoi controllare l'unità caricata con il comando systemctl show <unit>.service . Per quanto ne so, non esiste uno strumento per controllare le modifiche nei file unit.

Inoltre puoi eseguire questo comando bash for var in $(systemctl | grep running | awk '{print $1}'); do systemctl status $var | grep "changed on disk" | grep ".service"; done mostrerebbe quali file sono stati modificati.

Esempio:

[[email protected] atolkachev]# for var in $(systemctl | grep running | awk '{print $1}'); do systemctl status $var | grep "changed on disk" | grep ".service"; done
Warning: nginx.service changed on disk. Run 'systemctl daemon-reload' to reload units.

Linux
  1. Come Grep nei file Pdf?

  2. Come sapere se Dd funziona ancora?

  3. Linux:come sapere per cosa Grep in Dmesg?

  4. Linux:come eseguire un bootloader da Linux?

  5. Come eseguire uno script??

Come escludere in Grep

Come eseguire Windows 95 su Linux

Come eseguire Podman su Windows

Come eseguire uno script Python in PHP

Come usare grep in Linux

Come eseguire uno script Bash