Could not save the file /var/www/html/rite.php. > > @ Jayakumar, The default file permission and the ownership of /var/www/html file system is 755 and root respectively. The location /var/www/html is called as the document root, *Its the location w*here we deploy the web files for Apache Httpd server. When you login as a root, yes you would have the permission to have the save the files in the document root. The others doesn't have a write permission , you can fix this my assigning the 'rwx' 777 [1] permission for every body. This could by the command [1] mentioned below. Reference for the chmod available at [2] [3]
[1] chmod -R 777 /var/www/html [2] man chmod [3] http://ss64.com/bash/chmod.html -- Ravi Jaya Mobile: +91 97909 16181 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
