본문 바로가기

Management/Scripts

Crontab Command

 Crontab commands

export EDITOR = vi : to specify a editor to open crontab file.


crontab -e  : edit your crontab file, or create one if it doesn't already exit

crontab -l   : display you crontab file.

crontab -r   : remove your crontab file.

crontab -v  : dispaly the last time you edited you crontab file.

                  ( This option is only available on a few systems. )


'Management > Scripts' 카테고리의 다른 글

Bash 문서  (0) 2008.07.22
Crontab Environment  (0) 2008.07.21
Patten을 이용한 내용 변경  (0) 2008.07.21
Find 사용법  (0) 2008.07.21
Bash_shell  (0) 2008.07.21