pwd :p rint working directory . Prints the working directory, which is the current directory.
CD : Change Directory . Switch directories. / is the root directory of Linux,eg. cd/home
ls : List lists information for a file or subdirectory. Three parameters -a-i-L. linux uses color to differentiate file categories:
Default: Blue -- Catalog, Green -- executable file, red -- zip file, light blue -- connection file, gray -- Other Files
Date : View or set the date
Cat/proc/meminfo : View memory Information
Cat/proc/cpuinfo : View CPU Information
Android Common commands in
Adbstart-server : Start adb Service
Adbkill-server : Close CD Service
adbdevices : to view available devices
Adbuninstall Com.sina.weibo : Uninstalling Apps
Adbinstall *.apk : Install the app
adb-s sh0a5pl09453 Shell : Enter the device's Shell ( can execute linux command )
adb-s emulator-5554 Install *. APK: install an app to the specified device
MKSDCARD300MB Sdcard.iso : Create a SD card Virtual file capacity 300MB , the name Sdcard.iso
Adbshell pm setinstalllocation 2 : executing this command can apk Install to SD on the card
Adbshell pm setinstalllocation 0 : execute this command to restore the apk Installing into memory
Adbpush Ha.mp3/sdcard/bluetooth : put a MP3 files are copied to the memory card
adb pull/data/data/com.sst.mo/databases/live d:\live : pull a file from your device to your computer's hard drive
Command by It online education Platform-- Wheat Academy finishing.
"Wheat Academy" Linux cmd command Daquan