Revision [1565]

Last edited on 2010-09-15 11:02:32 by KlenwellAdmin
Additions:
{{redirect page="LinuxFiles"}}
Deletions:
{{redirect page="DevLinux"}}


Revision [1564]

Edited on 2010-09-15 11:01:07 by KlenwellAdmin
Additions:
{{redirect page="DevLinux"}}
Deletions:
=====Ubuntu/Linux File Commands=====
return to CategoryUbuntu

====Chmod====
%%
# chmod only dirs
$ find /dir/to/chmod -type d -exec chmod 755 {} \;

# chmod only files
$ find /dir/to/chmod -type f -exec chmod 644 {} \;
%%

====References====


Revision [1530]

The oldest known version of this page was created on 2010-08-02 21:52:39 by KlenwellAdmin
Valid XHTML 1.0 TransitionalValid CSSWikkaWiki