Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
systemctl list-unit-files | grep -i dual
  • If you see results of...

Image Modified

..then it is most certainly systemd

...

Code Block
languagebash
ls /etc/init.d/ | grep -i dual 
  • If you see results of...

Image Modified

..then it is most certainly SysV

...