Beranda How to delete automaticaly file older than 30 day in redhat linux byJahtra •September 02, 2020 0 1. open crontab -> crontab -e2. add this script "30 * * * * find /path/to/dir -type f -min +30 -exec rm -f {} \;" 3. save crontab and exitthis script will automaticaly running every 30 minutes Facebook Twitter