What is the linux command to list every file on the computer ?
Posted on
Apr,22
at8:15 am
byadmin
I know in DOS you do dir /s for the entire system. What is the linux equivalent ?
ls -Ra /
That is LiSt Recursively All files starting with / (the top level).