Changes

Jump to navigation Jump to search
Created page with "for directorys.. <pre> find /path/to/base/dir -type d -exec chmod 755 {} \; </pre> for files.. <pre> find /path/to/base/dir -type f -exec chmod 644 {} \; </pre>"
for directorys..
<pre>
find /path/to/base/dir -type d -exec chmod 755 {} \;
</pre>
for files..
<pre>
find /path/to/base/dir -type f -exec chmod 644 {} \;
</pre>

Navigation menu