Created
May 2, 2018 07:01
-
-
Save otrenav/fc238859c8b6c3f53d8058ffae502a1d to your computer and use it in GitHub Desktop.
Scheduling on Ubuntu Server
This file contains hidden or 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
# | |
# Use indirection with bash script and change into working directory | |
# | |
# To gain root in Ubuntu | |
sudo su | |
# To see CRON logs after execution | |
grep -i cron /var/log/syslog | |
# To see and edit CRON jobs | |
sudo crontab -e | |
sudo crontab -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment