2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Mac】crontabでOperation not permittedと出た時の解決方法

Posted at

Macでcrontabを実行しようとすると以下のようなエラーが発生したので、エラー解決方法について記載します。

$ crontab

crontab: tmp/tmp.9747: Operation not permitted

環境

OS: Mojave
ターミナル: iTerm2

解決方法

iTerm2にアクセス権限を付与することで解決しました。

『システム環境変数』の『セキュリティとプライバシー』を選択します↓

image.png

『プライバシー』を選択すると『フルディスクアクセス』という項目があります。
ここにターミナルのクライアントアプリ(僕の場合はiTerm2)を追加します。↓
image.png

これでOKです!

参考

さいごに

ツイッター(@nishina555)やってます。是非フォローお願いします!

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?