Directory processing command (above) Create directory command
mkdir -p 【目录名】
-P is used to recursively create
Mkdir-p outerdir/innerdirdesktop jeff$ ls$recycle. Binlearning_pythonthumbs.dbouterdir Internship Summary. MD * algorithm SSH settings MyBooks graduation Specification
Toggle Directory Command
cd 【目录名】
cd ~
and cd
back home directory
cd -
Go back to your last directory
cd ..
Back to the top level directory
cd .
Go to current directory
Also control+L
clear screen shortcut keys
Absolute path and relative path
The following is the directory structure of Mac OS X
jeffsmacbook-pro:~ jeff$ pwd/users/jeffjeffsmacbook-pro:~ jeff$ CD. Jeffsmacbook-pro:users jeff$ CD. jeffsmacbook-pro:/ jeff$ lsapplications Home Library installer.failurerequests Network net System private Users sbin Volumes tmp bin USR core s var dev user information etc
Double-click Tab Directory/Command completion
This article is from the "Storyteller under the Banyan Tree" blog, please be sure to keep this source http://woaijorden.blog.51cto.com/5299493/1972862
Learn Linux-mkdir and CDs every day.