- Determine which user account like to perform the task.
- Used this command "crontab -u USERNAME -e"
- Insert those command you would like to run on schedule into crontab.
- Example: 0 * * * * /usr/sbin/faxqclean, which means set it to clean the fax queue hourly (Hylafax Command).
- Used "crontab -l" to check what command/application was stored in crontab.
Monday, December 15, 2008
Set Schedule Task by Edit Crontab
How to perform some command or appliaction to run on schedule in Fedora?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment