Directory Management Command, continuously updated, wrong on a whim.

ls. lists, lists. List directory.
cd, change directory.
pwd, displays the absolute path to the user's current working directory.
mkdir, create directory.
rmdir, remove directory, delete non-empty directory.

Guess you like

Origin blog.51cto.com/14531315/2437937