If you need to monitor cron jobs to verify they run for a particular user open the terminal and type, $USER being the currently logged on user: $ tail -F /var/log/syslog | egrep ‘CRON.*’$USER OR $ SOME_USER=”root” $ tail -F /var/log/syslog | egrep ‘CRON.*’$SOME_USER You could also call tail using…
Recent Posts
- Simple Python Voice Assist For Linux in Python using PVRhino
- My absolute favorite Linux terminal applications and utilities
- Grab Google Calendar Events From Thunderbird for DankMaterialShell drop-down calendar display with Python
- Niri on CachyOS with DankMaterialShell
- Easy Folder Data Encryption in Fish Shell using GoCryptFS.