romach
4/8/2017 - 11:56 AM

Move to other directory

Move to other directory

# move to 'directory'
cd directory

# move to root directory
cd /

# move to home directory
cd ~
cd

# show all directories is 'directory'
cd directory <double-tab>