Answers for "how to get the path of folder in ubuntu using comand"

1

find directory ubuntu

find / -type d -name "apt" 
sudo find / -type d -name "apt"
Posted by: Guest on November-23-2020
0

where is my ubuntu folder located

C:UsersNAMEAppDataLocalPackagesDISTRO_FOLDERLocalStaterootfs
Posted by: Guest on October-12-2020

Code answers related to "how to get the path of folder in ubuntu using comand"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language