Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3551  / 2 Years ago, fri, february 18, 2022, 3:26:45

I am new to Ubuntu and I am unable to see the files in /etc, /bin and /boot. I want to know by using which command I can see them?



I have tried logging in as root sudo -s and tree command but unable to view them.


More From » filesystem

 Answers
1

The directories you are looking for are in /



cd  /
ls -l


This is a screenshot with the tree:



enter image description here



You don't need to use sudo for reading them (you would need it for writing in some of them)



I've posted 2 commands; I had a problem with end of line


[#23738] Saturday, February 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ardingiba

Total Points: 497
Total Questions: 95
Total Answers: 109

Location: Gabon
Member since Sat, Jan 15, 2022
2 Years ago
;