macOS (previously Mac OS X, then OS X) is a series of graphical operating systems developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac family of computers.[1]. zsh is the default shell replacing Bash since October 2019.
brew
command./Library/LaunchAgents/
[2]sudo launchctl load YOUR_NEW_SERVICE.plist sudo launchctl start com.XXXX.YOUR_NEW_SERVICE
sysadminctl -addUser YOUR_USERNAME
scutil --dns
pmset sleepnow
sudo systemsetup -setremotelogin on
[3]sudo systemsetup -setremotelogin off
sudo systemsetup -getremotelogin
defaults
system_profiler
ifconfig
networksetup
hdiutil
disk image manipulation toolosascript
. Example: osascript -e 'display notification "Lorem ipsum dolor sit amet" with title "Title"'
pbcopy
[4] Copy to clipboard[5]mdfind
finds files matching a given query. Similar to locate
command in Linux.Educational level: this is a secondary education resource. |