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.
crontabUbuntu で nano エディターを使用してファイルを編集しています。テキストをcrontabファイルとして保存する必要があります。ファイルを保存しようとすると、ファイル名を尋ねられますが、ファイル名を指定した後、適切なパスなどを指定していないか、指定していません。以下にスクリーンショットを含めました。
crontab
助けてくれてありがとう!
次のようにしてみてください: VIをエディタとして使用します。
export VISUAL=vi crontab -e
iを押して書き込みます。と を押しESCて:wq保存して終了します。
ESC
:wq