crontab的一些常用命令

来源:互联网 发布:手机网络连接器 编辑:程序博客网 时间:2024/05/16 15:12

 

 1049  /etc/crontab

 1050  ll /usr/bin/crontab 

 1051  chmod u+s,g+s /usr/bin/crontab 

 1052  ll

 1053  ll /usr/bin/crontab 

 1054  /etc/crontab

 1055  /usr/bin/crontab 

 1056  /sbin/service crond stop

 1057  1;2c1;2c

 1058  /sbin/service crond restart

 1059  /etc/rc.d/rc.local 

 1060  vim /etc/rc.d/rc.local 

 1061  locate crontab

 1062  /etc/crontab

 1063  cd /var/spool/cron/

 1064  ll

 1065  cd root 

 1066  vim root 

 1067  locate bakdetector.sh

 1068  /bakdetector.sh 

 1069  ll

 1070  ls

 1071  pwd

 1072  locate bakdetector.sh

 1073  vim /bakdetector.sh 

 1074  vim /etc/rc.d/rc.local 

 1075  ps -aux | grep cron

 1076  crontab 

 1077  crontab -u

 1078  crontab -l

 1079  crontab -u root -l