当前位置: 技术问答>linux和unix
crontab问题:02 05 * * * ls /var/lib/pgsql -la > /var/lib/pgsql/aaa 为什么无结果?
来源: 互联网 发布时间:2015-01-27
本文导语: 我用ppp用户登录,用crontab -e 命令编辑内容如下: 02 05 * * * ls /var/lib/pgsql -la > /var/lib/pgsql/aaa 为什么在5:02分过后,/var/lib/pgsql目录下没有aaa文件? | 三个建议: 1>用下面命令查看当前...
我用ppp用户登录,用crontab -e 命令编辑内容如下:
02 05 * * * ls /var/lib/pgsql -la > /var/lib/pgsql/aaa
为什么在5:02分过后,/var/lib/pgsql目录下没有aaa文件?
02 05 * * * ls /var/lib/pgsql -la > /var/lib/pgsql/aaa
为什么在5:02分过后,/var/lib/pgsql目录下没有aaa文件?
|
三个建议:
1>用下面命令查看当前用户的crontab?
To display the contents of your crontab file held in the /var/spool/cron directory, enter:
crontab -l
2>如果有下面两个文件,检查一下
/etc/cron.d/cron.allow
/etc/cron.d/cron.deny
3>确认cron已经运行。
ps -ef | grep cron
1>用下面命令查看当前用户的crontab?
To display the contents of your crontab file held in the /var/spool/cron directory, enter:
crontab -l
2>如果有下面两个文件,检查一下
/etc/cron.d/cron.allow
/etc/cron.d/cron.deny
3>确认cron已经运行。
ps -ef | grep cron
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。