The TAIL Command

Hey @famcoll!
The command is simple. Open up the terminal you wish to dedicate to monitoring and type in:

cd /var/logs
tail -f syslog

And let it go. Anything that happens on your system will appear immediately there. You can leave that window open and the command will keep you informed. You can exit it at any time with CTRL+C. :slight_smile: