지정된시간 썸네일형 리스트형 [리눅스]지정된 시간에 자동으로 리부팅하기 1. [root@PC21 root]cd /etc 2. [root@PC21 etc]crontab -e 3. add below line 10 10 * * * /usr/bin/reboot | 분 | 시간 | 날짜 | 달 | 요일 | 사용자 | 명령 1. 분: 10(10분) 2. 시간: 14(오후2시) 3. 날짜: 15(15일) 4. 달: *(매달) 5. 요일: 0~6 (일요일~금요일) 6. 명령: shell Crontab 형식 minute hour day_of_month weekday command minute 0~59 hour 0~23 day_of_month 1~31 month 1~12 weekday 0~6 command shell ex) 00 3 * * 1 /etc/shutdown -Fr 더보기 이전 1 다음