find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
This entry was posted on Friday, November 4th, 2011 at 13:18 and is filed under Ubuntu. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
how are they translated into english?
Find directories in this folder and change their mode to 755 Find files in this folder and change their mode to 644
Fill in your details below or click an icon to log in:
You are commenting using your WordPress.com account. ( Log Out / Change )
You are commenting using your Twitter account. ( Log Out / Change )
You are commenting using your Facebook account. ( Log Out / Change )
Connecting to %s
Notify me of follow-up comments via email.
ព្រះរាជាណាចក្រកម្ពុជា
ជាតិ សាសនា ព្រះមហាក្សត្រ
Get every new post delivered to your Inbox.
how are they translated into english?
Find directories in this folder and change their mode to 755
Find files in this folder and change their mode to 644