π§Ή Mac Cleanup Using Terminal (Safe Guide)
A step-by-step guide to clean your Mac using Terminal without breaking your system.
β οΈ Warning
- Do NOT run unknown commands blindly.
- Avoid deleting system-critical directories like:
/System/usr
- Be careful with
sudo rm -rf
π 1. Check Disk Usage
Before cleaning, identify whatβs taking space:
df -h
du -sh ~/*