发布网友 发布时间:2022-03-20 11:16
共3个回答
热心网友 时间:2022-03-20 12:45
[root@localhost ~]# crontab -e
0 6 * * * root /etc/init.d/xinetd restart
※ 如果不懂请追问
补充说明:我看了一下其他人的回答,他们都是直接用service命令,这样是不行的,只能用完整路径,不行你可以去试一下。
热心网友 时间:2022-03-20 14:03
先使用 crontab -e 命令
然后进行编辑
0 6 * * * service xinetd restart
热心网友 时间:2022-03-20 15:38
* 6 * * * service xinetd restart