LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Linux Permission (https://www.linuxquestions.org/questions/linux-general-1/linux-permission-4175464195/)

s.praneeth 05-31-2013 02:39 AM

Linux Permission
 
I want to export permission list of a directory including sub-directories.
i.e. there is directory called test ls -ltrh test command gives me the permission list of the files and directory inside "test" but not inside sub-directories

evo2 05-31-2013 02:44 AM

Hi,

looks like you want ls with the recursive option. Eg
Code:

ls -ltrhR test
Evo2.

s.praneeth 05-31-2013 02:49 AM

Quote:

Originally Posted by evo2 (Post 4962624)
Hi,

looks like you want ls with the recursive option. Eg
Code:

ls -ltrhR test
Evo2.

Thnks Evo2 You r grate


All times are GMT -5. The time now is 06:02 PM.