LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to print out ext2 File System (https://www.linuxquestions.org/questions/linux-general-1/how-to-print-out-ext2-file-system-349351/)

justmehere 08-02-2005 04:32 PM

How to print out ext2 File System
 
what command or utility can print out the entire file system into a text file of some sort ?

running this command from /

i.e. find * > filesystem.txt ???


thank you

kencaz 08-02-2005 04:48 PM

find * > filesystem.txt
that would list files in the current directory... try adding a start point:

find /* > filesystem.txt

KC

justmehere 08-02-2005 08:13 PM

thanks a bunch sometimes a command has way too many switches/options its just mind boggling. next time i'll try out some possibilities before posting.


All times are GMT -5. The time now is 06:38 AM.