配置定时任务时,输入crontab -e是显示0

解决方法:

#vi /etc/profile

在文件最后一行加入一句“export EDITOR=vi”

生效:

#source /etc/profile

这下访问就正常了


参考: