Answers for "ubuntu show directory"

1

find directory ubuntu

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

folder list in ubuntu

ls to list the files
ls -a to include hidden files
ls -l for a long listing format
Posted by: Guest on August-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language