LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Is there a tree command listing permissions/owner for RHEL 3.6? (https://www.linuxquestions.org/questions/linux-software-2/is-there-a-tree-command-listing-permissions-owner-for-rhel-3-6-a-547173/)

Passions 04-18-2007 07:30 PM

Is there a tree command listing permissions/owner for RHEL 3.6?
 
I'm using RHEL3.6 and want to list out directories and subdirectories, owner and permissions.

I can't use the tree command. Is there anything else?


Thanks!

cgjones 04-18-2007 07:49 PM

The following command might work.
Code:

find -type d -printf "%u\t%M\t%f\n"


All times are GMT -5. The time now is 05:27 PM.