gpt4 book ai didi

cron - 无法编辑 crontab

转载 作者:行者123 更新时间:2023-12-02 13:34:29 25 4
gpt4 key购买 nike

我正在尝试编辑我的 crontab,但我无法打开它!

因此,对于我的用户 foo,我只需输入:

crontab -e

然后我得到:

no crontab for foo - using an empty one
nano: No such file or directory
crontab: "nano" exited with status 1

所以我先尝试:

export EDITOR=nano

我重试,得到了完全相同的输出。我还尝试将编辑器设置为 Vim:

export EDITOR=vim

no crontab for foo - using an empty one
vim: No such file or directory
crontab: "vim" exited with status 1

但是我一次又一次地得到相同的输出。如何打开我的 crontab 并对其进行编辑?

最佳答案

此消息是正常的,因为您仍然没有该用户的任何 crontab:

no crontab for foo - using an empty one

关于以下内容:

nano / vim: No such file or directory

crontab: "nano" exited with status 1

发生这种情况是因为您没有正确定义编辑器。为此,您必须指定二进制文件的完整路径:

export EDITOR=/usr/bin/nano

export EDITOR=/usr/bin/vi

关于cron - 无法编辑 crontab,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21848801/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com