Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

navigate to a directory linux

/* File & Directory Commands
To navigate into the root directory, use */ "cd /" /*
To navigate to your home directory, use */ "cd" /*or*/ "cd ~" /*
To navigate up one directory level, use*/ "cd .." /*
To navigate to the previous directory (or back), use */ "cd -"
 
PREVIOUS NEXT
Tagged: #navigate #directory #linux
ADD COMMENT
Topic
Name
6+8 =