На заметку
На заметку:
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
find . -name “*.php” -exec chmod 644 {} \;
Popularity: 17% [?]
На заметку:
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
find . -name “*.php” -exec chmod 644 {} \;
Popularity: 17% [?]




(No Ratings Yet)This entry was posted on Пятница, Февраль 11th, 2011 at 07:15 and is filed under Без рубрики. 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.
You must be logged in to post a comment.
613 Views