Answers for "linux change directoryyy"

2

linux change directoryyy

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

how to change directory linux

cd example
Posted by: Guest on July-02-2020
-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
Posted by: Guest on May-24-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