4 comments

[ 4.9 ms ] story [ 15.1 ms ] thread
You can check sudo incidents reports with;

  sudo journalctl /bin/sudo
Under Linux yes. FreeBSD and MacOSX sudo doesn't support 'journalctl', 'sudo' messages go to the log daemon.
On Linux sudo messages also go to devlog. It just happens to be directed to journald on many Linux systems.
Is there a good resource for understanding all the different logs available on different systems?