Answers for "ubuntu navigate to directory in windows"

8

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 -"
Posted by: Guest on April-12-2020
5

return to previous directory terminal

cd -
Posted by: Guest on August-21-2020
3

ubuntu navigate to directory in windows

cd ..
Posted by: Guest on August-29-2020
0

ubuntu navigate to directory in windows

cd /mnt/e/username/folder1/folder2
Posted by: Guest on August-29-2020

Code answers related to "ubuntu navigate to directory in windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language