linux设置crontab定时任务scrapy crawl mySpider时,出现错误:CROND[10166]:(root)MAIL(mailed 59 bytes of output but got status 0x004b#012)原因之一:你执行sh文件的目录没有权限(没有权限执行sh文件)解决方案:我的sh文件放在/srv/...
Linux执行.sh文件,提示No such file or directory的问题的解决方法 在window平台下,写好shell脚本文件,迁移到linux平台,赋过可执行权限,执行该sh文件,却提示No such file or directory。ls 了下,确实有该文件,怎么会事呢,难道是...