Pages

Monday, March 23, 2015

RHEL v7: crontab

Create a cron job running as root, starting at 11PM every day and writing a report on daily system resource consumption in the /log file.


# crontab -e
00 23 * * * /usr/bin/sar -A > /log

No comments:

Post a Comment