sunny123456 发表于 2021-6-16 00:41:24

站长可以问个 linux 的问题吗?

crond -l 2 -b就是这句话是啥意思?

蛋蛋的蛋 发表于 2021-6-16 08:07:21

https://www.runoob.com/linux/linux-comm-crontab.html
类似进程守护

sunny123456 发表于 2021-6-16 08:42:43

蛋蛋的蛋 发表于 2021-6-16 08:07
https://www.runoob.com/linux/linux-comm-crontab.html
类似进程守护

我百度了这个是类似于定时任务,但是这句话是啥意思??是不是执行完成后就不执行了?

licess 发表于 2021-6-16 10:51:37

crond 是守护进程,而且也没有-l、-b 这些参数
# crond -h
Usage:
crond

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 设置好了就可以

sunny123456 发表于 2021-6-16 12:37:29

licess 发表于 2021-6-16 10:51
crond 是守护进程,而且也没有-l、-b 这些参数




好的,谢谢版主,我再研究下
页: [1]
查看完整版本: 站长可以问个 linux 的问题吗?