Hiii, Is it possible to Empty the tmp partition automatically? tmp partition of my server fills up and makes some problems. Many thankssss
To automatically delete files that have not been used in the past day, add the following code to the Cron jobs by running the crontab -e command:
0 6 * * * find /tmp/ -atime +1 -print0 | xargs -0 rm -f
+8595670151
7 days a week, 24 hours a day