Created
August 17, 2020 04:57
-
-
Save tbvinh/151d15020f65c9de584b90260cb2e117 to your computer and use it in GitHub Desktop.
Edit crontab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo vi /etc/rsyslog.d/50-default.conf | |
uncomment: #cron.* | |
sudo service rsyslog restart | |
sudo systemctl status cron | |
EDITOR=vi crontab -e | |
sudo crontab -l | |
tail -f /var/log/syslog | grep CRON |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment