MacOS (MacBook) TERMINAL COMMANDS - PAKWAP https://pakwap.com/ RSS - PAKWAP https://pakwap.com/assets/img/images/logo.png RSS - PAKWAP https://pakwap.com/ admin@pakwap.com (admin) admin@pakwap.com (admin) Sat, 07 Feb 2026 18:43:29 +0500 🍎 ESSENTIAL MacOS (MacBook) TERMINAL COMMANDS<br> <br> Boost your productivity and master the macOS Terminal with these key commands — from file management and system checks to networking, permissions, and PowerShell utilities 💻⚡<br> <br> 📁 FILE &amp; DIRECTORY COMMANDS<br> Copy code<br> Bash<br> ls # List files<br> ls -la # Detailed + hidden files<br> pwd # Current directory<br> cd dir # Change directory<br> cd .. # Go back<br> mkdir dir # Create folder<br> rm file # Delete file<br> rm -r dir # Delete folder<br> cp a b # Copy file<br> mv a b # Move / rename<br> <br> 🖥️ SYSTEM CHECK COMMANDS<br> Copy code<br> Bash<br> sw_vers # macOS version<br> system_profiler # Full system info<br> uname -a # Kernel info<br> uptime # System running time<br> top # Running processes<br> <br> 💾 DISK &amp; STORAGE CHECK<br> Copy code<br> Bash<br> df -h # Disk usage<br> du -sh * # Folder sizes<br> diskutil list # Disks list<br> diskutil info disk0 # Disk details<br> <br> 🌐 NETWORK CHECK COMMANDS<br> Copy code<br> Bash<br> ifconfig # Network interfaces<br> ipconfig getifaddr en0 # Wi-Fi IP<br> ping google.com<br> netstat -an<br> traceroute google.com<br> <br> 🔐 USER &amp; PERMISSION<br> Copy code<br> Bash<br> whoami<br> id<br> chmod 755 file<br> chmod +x file<br> chown user file<br> <br> 📦 PACKAGE MANAGEMENT (Homebrew)<br> Copy code<br> Bash<br> brew update<br> brew install package<br> brew list<br> brew uninstall package<br> <br> 🔋 BATTERY &amp; POWER<br> Copy code<br> Bash<br> pmset -g batt # Battery status<br> pmset -g # Power settings<br> <br> 🧰 USEFUL UTILITIES<br> Copy code<br> Bash<br> clear # Clear screen<br> history # Command history<br> man ls # Manual page<br> <br> 🍎 FINDER &amp; MacOS TOOLS<br> Copy code<br> Bash<br> open file # Open file<br> open . # Open current folder in Finder<br> say &quot;Hello&quot; # Text to speech 😄<br> <br> Follow ANIK Digital and Information Technology for more practical tech guides and cheat sheets.<br> <br> <a href="https://pakwap.com/search?query=macOS">#macOS</a> <a href="https://pakwap.com/search?query=MacBookTips">#MacBookTips</a> <a href="https://pakwap.com/search?query=TerminalCommands">#TerminalCommands</a> <a href="https://pakwap.com/search?query=USA">#USA</a> <a href="https://pakwap.com/search?query=AUSTRALIA">#AUSTRALIA</a> https://pakwap.com/topics/205?pid=291 MacOS (MacBook) TERMINAL COMMANDS REHAN Tue, 27 Jan 2026 14:57:18 +0500 Messages https://pakwap.com/topics/205?pid=291