Answers for "find directory ubuntu"

1

find directory ubuntu

find / -type d -name "apt" 
sudo find / -type d -name "apt"
Posted by: Guest on November-23-2020
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
1

linux command to go to the parent directory

cd ..     #go to the parent directory
Posted by: Guest on December-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language