ubuntu crontab -e“/usr/bin/sensible-editor”kill;信号9(没有核心倾倒)

前端之家收集整理的这篇文章主要介绍了ubuntu crontab -e“/usr/bin/sensible-editor”kill;信号9(没有核心倾倒)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Welcome to Ubuntu 11.04 (GNU/Linux 2.6.32-042stab037.1 x86_64)
user@server:~$crontab -e
no crontab for user - using an empty one

Select an editor.  To change later,run 'select-editor'.
  1. /bin/ed
  2. /bin/nano        <---- easiest
  3. /usr/bin/mcedit
  4. /usr/bin/vim.basic

Choose 1-4 [2]: 2
crontab: "/usr/bin/sensible-editor" killed; signal 9 (no core dumped)
Received SIGHUP or SIGTERM
Error writing /tmp/crontab.qcuMPr/crontab.save: No such file or directory
Buffer not written to /tmp/crontab.qcuMPr/crontab.save: No such file or directory

为什么会这样?

https://gist.github.com/1751927

@H_301_10@ /usr/bin/sensible-editor只是一个帮助你选择编辑器的包装器.

这样做会发生什么?

export EDITOR=nano
crontab -e

/usr/bin/nano是否存在?

原文链接:https://www.f2er.com/ubuntu/348067.html

猜你在找的Ubuntu相关文章