• ベストアンサー

CentOS8 crontab -e でfile

CentOS8 crontab -e コマンドでクーロン設定をエディットした時に、どこにファイルが書かれますか?

質問者が選んだベストアンサー

  • ベストアンサー
  • t_ohta
  • ベストアンサー率38% (5241/13712)
回答No.2

各ユーザー毎の設定は /var/spool/cron の中にユーザー名のファイルが有って、そこに書き込まれています。

webuser
質問者

お礼

有難うございます。 ありました! コレです。

その他の回答 (1)

回答No.1

普通の環境なら/etc/crontabですが、 そういう意味ではなく特殊な意味合いでした?

webuser
質問者

お礼

ありがとうございます。 思ってたのと違うようです。 # cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details see man 4 crontabs # Example of job definition: # .---------------- minute (0 - 59) # | .------------- hour (0 - 23) # | | .---------- day of month (1 - 31) # | | | .------- month (1 - 12) OR jan,feb,mar,apr ... # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat # | | | | | # * * * * * user-name command to be executed

関連するQ&A