Clearing TMP files is a simple yet effective way to maintain your computer's health and performance. By following the steps outlined in this guide, you can ensure your system runs smoothly, efficiently, and securely.
# Delete temporary files older than 1 day sudo find /tmp -type f -atime +1 -delete