Recursive chmod for files or directories only
September 9th, 2008 Posted in System Administration
To do a recursive chmod to directories only you can run:
find . -type d -exec chmod 755 {} \;
And for files only:
find . -type f -exec chmod 644 {} \;
Tags: linux
September 15th, 2008 at 11:02 am
wow.. new tutorial.. thanx
September 20th, 2008 at 11:51 am
wahhh ngomong2 apa tuh mas
*maap oon nih
September 20th, 2008 at 7:33 pm
ini command di linux untuk ubah permission direktori atau file
September 24th, 2008 at 5:16 pm
alasan 775 dan 644 paan mas,
maklum newbie
ga gitu paham,
September 27th, 2008 at 3:13 pm
wah..lum ngerti linux
October 10th, 2008 at 12:06 pm
[...] - Recursive chmod for files or directories only saved by iunfu2008-10-09 - Sonic Unconscious saved by Yogijan2008-10-09 - Change recursive CVS [...]