Our lives are increasingly intertwined with technology, the storage space on our devices becomes a valuable commodity. Mac users often find themselves grappling with the perennial issue of managing storage space efficiently. Accumulated files, applications, and system clutter can clog up your Mac's storage, slowing down performance and hindering productivity.
In this guide, we'll use the built-in Terminal app to free up space on your Mac without using any third-party software.
Start by emptying the Trash. Even though this can be done through the Finder, you can also do it via Terminal using the rm command.
sudo rm -rf ~/.Trash/*
Clear system and user cache files, which can sometimes take up significant space.
sudo rm -rf /Library/Caches/*
rm -rf ~/Library/Caches/*/
Log files can accumulate over time and consume a considerable amount of disk space, especially on systems with limited storage. Removing unnecessary log files can help free up space for other purposes, such as installing new applications or storing personal files.
sudo rm -rf /Library/Logs/*
rm -rf ~/Library/Logs/*
Not all people are willing to play with text command and sometimes it is more dangrous as the wrong input would bring severe issue to the underlaying operating system. It is more recommended for advanced users. If you want to try a safe and easy way to free space on a Mac, then go with a Mac cleaner app instead.
They will automatically locate all the junk and cache files on your Mac and you can delete GBs of free space in one click. The below screenshot is showing 28GB free space to be cleaned up with the help of CleanGeeker app, including application junk files, leftover files, system cache files, log files. This is much more user friendly approach to get more free space on your Mac.
CleanGeeker Download: https://www.tunesbro.com/downloads/CleanGeeker.dmg
My "other" part of drive is still huge, any more ideas ?