Saturday, April 26, 2014

crontab



crontab command example

View crontab entry for a specific user 

# crontab -u linuxcare -l

Schedule a cron job every 10 minutes.

*/10 * * * * /home/linuxcare/check-disk-space




0 comments:

Post a Comment