Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 sun solaris 操作系统中进行服务器迁移。而且我也必须迁移 crontabs。新服务器全新安装了 solaris。通常,当我键入crontab -l时,它会显示现有的 cron 内容。
crontab -l
但是当我输入crontab -e它时无法加载编辑器。我该如何克服这个问题?
crontab -e
这可以通过导出带有值的编辑器变量来解决vi。所以运行以下命令然后运行crontab -e
vi
export EDITOR=vi crontab -e