pwd
present working directory
ls
list current directory contents
ls -la
list current directory contents in long format and show hidden files
man <some unix command>
Bring up the manual pages for a command. Type q
to exit
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader | |
== Shell |