配置定时任务时,输入crontab -e是显示0
解决方法:
1
|
#vi /etc/profile
|
在文件最后一行加入一句“export EDITOR=vi”
生效:
1
|
#source /etc/profile
|
这下访问就正常了
参考:
http://blog.sina.com.cn/s/blog_540602140100t7mx.html
http://blog.chinaunix.net/uid-26916352-id-3208366.html
本文转自 piazini 51CTO博客,原文链接:http://blog.51cto.com/wutou/1896415