Hi All,
looking for your guidance, as I need to perform below steps, can any one pls guide me with steps
1. Delete the files under /var/cache/logwatch
add an entry to the crontab file
a) type crontab -e
b) append the line below to the crontab file
`30 09 * * * rm -rf /var/cache/logwatch/* >/dev/null 2>&1'
(this crontab entry removes all files in the /var/cache/logwatch directory at 9:30am each day of the week
Thanks