Results 1 to 5 of 5
Thread: Q: CHMOD 777
Hybrid View
-
2nd February 2009 15:46 #1
-
2nd February 2009 15:49 #2Registered User
Join Date: Feb:2005
Location:
Posts: 616
,
chmod 777 <>. .
-
2nd February 2009 15:52 #3
-
2nd February 2009 16:14 #4Banned
Join Date: Oct:2001
Location: , -5
Posts: 2,637
chmod777_na_papka_for_dummies.c:
:Code:#include <sys/stat.h> #include <stdio.h> int main (int argc, char *argv[]) { if (!argv[1]) return 1; if (chmod(argv[1], 0777) == -1) { printf("%m\n"); return 1; } return 0; }
Code:gcc chmod777_na_papka_for_dummies.c -o chmod777_na_papka_for_dummies ./chmod777_na_papka_for_dummies <>
-
2nd February 2009 16:28 #5CMS .- Before doing the installation steps, please CHMOD 777 following files and folders:
+ ./cache/html (for html caching files)
+ ./cache/php (for php caching files)
+ ./images/articles (for article images)
+ ./images/events (for events)
+ ./images/faqs (for faqs)
+ ./images/logos (for logos)
+ ./images/newslt_issues (for newsletter)
+ ./images/pictures (for news pictures)
+ ./upload (for temporary files)
+ ./htaccess (May be hidden. Please view hidden files.)
+ ./config.php
+ ./install.lock
[ERROR] - You must chmod 777 the folder in which you are installing the script. Ex: public_html, public_html/news, httpdocs,... -




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in