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.
'Programming > Bash' 카테고리의 다른 글
if you want to split a large csv file into several smaller ones, just use 'split' in shell. (0) | 2017.05.23 |
---|---|
[BASH] Make multiple screenshots into one image(tile, mosaic) by using ffmpeg (0) | 2017.02.06 |
How to check the length of a media file on bash - bash 를 이용한 동영상 파일 길이 알아내기. (0) | 2016.03.28 |
나만의 유튜브 영상 다운로더 by using bash (0) | 2016.01.10 |
[BASH] 기본 BASH 업그레이드 및 활용하기 (1) | 2015.11.11 |