- 积分
 - 117977
 
- 威望
 -  
 
- 金钱
 -  
 
- 注册时间
 - 2009-4-24
 
- 在线时间
 -  小时
 
- 最后登录
 - 1970-1-1
 
 
 
 
 
 
 | 
 
 
发表于 2021-6-16 10:51:37
|
显示全部楼层
 
 
 
crond 是守护进程,而且也没有-l、-b 这些参数 
[root@vpser ~]# crond -h 
Usage: 
 crond [options] 
 
Options: 
 -h         print this message  
 -i         deamon runs without inotify support 
 -m <comm>  off, or specify prefered client for sending mails 
 -n         run in foreground 
 -p         permit any crontab 
 -P         use PATH="/usr/bin:/bin" 
 -c         enable clustering support 
 -s         log into syslog instead of sending mails 
 -x <flag>  print debug information 
 
Debugging flags are: ext,sch,proc,pars,load,misc,test,bit  
 
只要按 https://www.vpser.net/manage/crontab.html 设置好了就可以 |   
 
 
 
 |