본문 바로가기

Programming/Bash

관리자권한으로 cron 설정하기. It's easy to use.

If you want to run cron job as super user(administrator), follow the below command.



sudo crontab -e

Add just 'sudo' before crontab. It'll work on your system.