mac 定时任务
mac下的定时任务,crontab 是好使的,但是不推荐,推荐plist plist 官方说明 新建定时脚本 vim autoBash.sh #!/bin/bash python autoExe
...Read more...
数人世相逢,百年欢笑.
mac下的定时任务,crontab 是好使的,但是不推荐,推荐plist plist 官方说明 新建定时脚本 vim autoBash.sh #!/bin/bash python autoExe
...Read more...
修改 /etc/rsyslog.conf cron.* /var/log/cron.log # 取消注释 /etc/init.d/rsyslog restart # 重启 /etc/init.d
...Read more...
查看机器突然发现 -bash: crontab: command not found,竟然没装,记得以前包都是自带的,而且yum这个包很陌生,记录下 yum install -y vixie-c
...Read more...
操作系统:CentOS 一、安装crontab yum install vixie-cron #安装 chkconfig crond on #设为开机启动,先要安装chkconfig(yum i
...Read more...