Search

Rss Posts

Rss Comments

Login

 

How to change chmod for folders and files recursively?

Dec 09

chmod for all sub folders 4770, also for siles 660 …

1
2
find /path -type f -exec chmod 660 {} \;
find /path -type d -exec chmod 4770 {} \;

1 Comment

Add your comment

  1. bapi
    Mar 06 at 05:35

    how to convert .odt fileas a .txt file or similar windows ward 2007

Post a comment

 
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
31 queries. 0.268 seconds.