Answers for "linux change directory"

2

linux change directoryyy

cd yourdir/xfolder
Posted by: Guest on October-14-2021
5

return to previous directory terminal

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

linux command to go to the previous directory

cd -   #go to the previous directory
Posted by: Guest on December-01-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