> Hello all,
> Can ls list all directories and their subdirectories, something like DOS'
> dir/s command?

# ls -R

or

# ls -lhR    

for viewing sizes of files/dirs


"R" means "recursive" so it lists all dirs and their subdirs
"h" - human-readable sizes, e.g. 10K, 1.5M
"l" - full list (permissions, sizes etc.)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to