in reply to Traversing through a directory structure

Try 'ls -lR' on unix systems :)

More seriously, if you want the permissions for each file in each directory, you must look at each file in each directory,

-Mark

  • Comment on Re: Traversing through a directory structure

Replies are listed 'Best First'.