BOUNS: Here Are A Few Keyboard Shortcuts For Apple As Well:
(Scroll Down For The Terminal Commands)
Key Name: | Key Symbol: |
---|---|
Command | ⌘ |
Control | ^ |
Option | ⌥ |
Shift | ⇧ |
Eject | ⏏ |
Tab | ↹ |
Keyboard Shortcut Combination: | WHAT THE Shortcut(s) DOES: |
Open a new Terminal window | Option(⌥) + Control(^) + Shift(⇧) + T |
Force quit | Option(⌥) + Command(⌘) + Escape |
Force quit | Command(⌘) + Shift(⇧) + Tab |
To switch between desktops | Control(^) + Right |
To switch between desktops | Control(^) + Left |
Type at boot to install new iOS | Control(^) + F |
Boot Mac OS from recovery system | Command(⌘) + R |
Boot Mac OS from recovery system via the internet | Option(⌥) + Command(⌘) + R |
Boot Mac OS from recovery system via the internet | Shift(⇧) + Option(⌥) + Command(⌘) + R |
Boot Mac OS in safe mode (Disabled when using a firmware password) | Shift(⇧) |
Boot Mac OS with the Apple Diagnostics utility over the internet (Disabled when using a firmware password) | Option +D |
Boot Mac OS with the Apple Diagnostics utility (Disabled when using a firmware password) | D |
Boot Mac OS with the default boot image on the server (Disabled when using a firmware password) | Option(⌥) + N |
Boot Mac OS in verbose mode (Disabled when using a firmware password) | Command(⌘) + V |
Boot Mac OS from a NetBoot server (Your Mac OS must support network startup volumes) | N |
Startup in target disk mode (Disabled when using a firmware password) | T |
You Can Copy And Past The Commands Straight Into The Apple Terminal.
WHAT THE COMMAND(s) DOES: | COMMAND(S) TO BE TYPED IN TO TERMINAL AS ADMINISTRATOR: |
---|---|
arp -a | Displays MAC Address |
arp HOSTNAME_GOES_HEARE | Displays hostname and hostname's MAC address |
cat (Or) etc (Or) shells | Displays all available shells on the device |
cd | Allows you to change directory by typing directory path after the cd |
clear screen | Clears the screen of the current text |
dig + DOMAIN_NAME_GOES_HEARE | Displays domain information |
exit | Exit the terminal environment |
help | Displays the help page |
sudo | Execute commands as root user (Administrator) |
sudo apt-get install | Install software |
top | Displays the Bandwidth usage by host |
whois | Displays domain information |
time | Displays the current time |
date | Displays the current date |
ping IP_ADDRESS_OR_DOMAIN_NAME_GOES_HERE | Allows you to perform an echo test to an IP address or domain name |
ping IP_ADDRESS_OR_DOMAIN_NAME_GOES_HERE | Allows you to trace IP address or domain name via hops across the network back to source |