Monitor what is Happening With Sudo

Just a very quick note to show how you can monitor what is happening with the sudo command by running:

sudo journalctl -t sudo 

If you run this command without the sudo prefix you will only get a list of your own sudo commands. Any attempt to use sudo by a user that doesn’t have sudo privileges will be coloured in red (assuming your terminal doesn’t colours).