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 {} \; |
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 {} \; |
Mar 06 at 05:35
how to convert .odt fileas a .txt file or similar windows ward 2007