OS:Fedoraリリース8ユーザー:root
crontab -e:output
11 * * * * root /bin/touch /home/arun/Desktop/f1
ただし、このcronジョブは新しいファイル「f1」を作成していません。
/ var / log / cron:says
Feb 21 09:11:01 localhost CROND[5762]: (root) CMD (root /bin/touch /home/arun/Desktop/f1 )
コマンドラインで以下のコマンドを実行すると、ファイルf1が作成されます。
#/bin/touch /home/arun/Desktop/f1