Cd Command In Ubuntu Code Example


Example 1: linux change directory

// change directory in terminal cd folder_name/subfolder_name  // go up one directory level cd ..  // back to previous directory cd -  // return to home directory cd

Example 2: 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 -"

Example 3: ubuntu navigate to directory in windows

cd /mnt/e/username/folder1/folder2

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?