At 11:09 AM -0600 08-27-2000, Xi Jiang (ITSPORTSNET) wrote:
>Hi all:
>
>I am trying to list all the files in detail with file size, owner,
>etc. from my root directory. (Including all sub directory). Is
>there any Unix command I can run in order to get such information?
>
>Thank you very much.
>
>Jiang
ls -Rlag
Try "man ls" for more information. The manual pages are your friend.
Note: on some versions of UNIX (like HP-UX), -a is enough to get owner and
group, and -g actually suppresses group display.
--
Paul DuBois, paul@stripped