Linuxでcron to atを使って、定期的にジョブを実行
1.
#service atd start
at10:56>/bin/cp/root/*/home/>bin/echo"startnews241″>/root/one.txt
2.
#crontab-e ジョブを編集
#crontab-e スケジュールを確認
#crontab-r 現在スケジュールされたタスクを削除
Coding Changes the World
1.
#service atd start
at10:56>/bin/cp/root/*/home/>bin/echo"startnews241″>/root/one.txt
2.
#crontab-e ジョブを編集
#crontab-e スケジュールを確認
#crontab-r 現在スケジュールされたタスクを削除