2019. 12. 7. 22:57
[root@localhost ~]# cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root

# For details see man 4 crontabs

# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  * user-name  command to be executed

ex) 0 5 * * * root /usr/bin/rdate -s time.bora.net && /sbin/hwclock -w

'네트워크 > 자작 NAS' 카테고리의 다른 글

#10. webmin 설치  (0) 2019.12.07
#9. phpmyadmin 설치  (0) 2019.12.07
#7. NAS 전원 관리  (0) 2019.11.09
#6. 토렌트 원격 다운로드 서버  (0) 2019.11.06
#5. plex 미디어 서버 설치  (0) 2019.11.06
Posted by ramramr