Home » Questions » Computers [ Ask a new question ]

To see virtual filesystems in Ubuntu

To see virtual filesystems in Ubuntu

How can you see the virtual filesystems at root?

Asked by: Guest | Views: 301
Total answers/comments: 1
Guest [Entry]

"Masi I'm not quite sure what you're asking.

To see a recursive detailed listing of all the files in /dev, page by page:

$ ls -laR /dev | less

To see a recursive detailed listing of all the files in /proc, page by page:

$ ls -laR /proc | less

Was that what you were looking for?-pbr"