Answers for "change directory in linux"

2

linux change directoryyy

cd yourdir/xfolder
Posted by: Guest on October-14-2021
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
3

ubuntu navigate to directory in windows

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

how to change directory linux

cd example
Posted by: Guest on July-02-2020
0

change directory in linux

# if u want to change folder please use this command
#use pwd command to see where the location is 
#then use "cd" to move to other folder
cd <folder name u want to move>
ex => cd Documents/python/
#if u dont have linux then use "git bash"
Posted by: Guest on April-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language