| | |
permision in www folder
![]() |
•
•
•
•
Hi,
I cant save any php file into www. Gives permission error in text editor. But, i can save with using sudo nano ..... in terminal. In the properties of www directory, it permites only root.
How do i solve this problem?
Thanks
Thats because of the file permission system of Linux. It allows only root to write to the www folder because most probably the owner of that directory is root and the permissions for that folder will be 755.
To just allow your user to write to that folder you could do : -
- Make the owner of the "www" directory your user, by using the
chowncommand. - Set the permissions of the folder "www" to 757 using
chmodcommand. But this would be a security hazard since anyone and everyone will then be allowed to write to that folder.
And if you wish to know how to use the commands theres always the
man <command-name> or info <command-name> to assist.To get a more in depth understanding of Linux file permissions you can go here.
Last edited by stephen84s; Dec 1st, 2008 at 4:56 am.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
"How to ask questions the smart way ?"
"How to ask questions the smart way ?"
•
•
Join Date: Apr 2008
Posts: 485
Reputation:
Solved Threads: 0
When you say "But this would be a security hazard since anyone and everyone will then be allowed to write to that folder.
", do you mean anyone on the Internet because, i am using this at home and only access to the Internet.
Also when i do it generates an error which says "bash : Chmod command not found". i am in terminal.
", do you mean anyone on the Internet because, i am using this at home and only access to the Internet.
Also when i do
Chmod 757 /var/www/
Last edited by veledrom; Dec 1st, 2008 at 7:50 am. Reason: .
•
•
•
•
When you say "But this would be a security hazard since anyone and everyone will then be allowed to write to that folder.
", do you mean anyone on the Internet because, i am using this at home and only access to the Internet.
Also when i doit generates an error which says "bash : Chmod command not found". i am in terminal.Chmod 757 /var/www/
Well all you had to do was just copy paste the command from my post. But I still suggest rather than changing the permission to 757, you change the owner of the folder "www" to the one you are using.
If you are just using it at home then I guess it wouldn't be too much of a problem (as long as you do not have a static IP address), but according to me its always best to follow the safer practice everywhere especially if it doesn't take too much effort from your side.
Last edited by stephen84s; Dec 1st, 2008 at 8:21 am.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
"How to ask questions the smart way ?"
"How to ask questions the smart way ?"
•
•
•
•
Ok. In the properties of www directory, it permites only root and it is not enabled. Also, there is not other option to let me add my user. How do i do it?
you need to run the
chmod command or the chown as root, or using sudo whichever is more viable option for you. Also needless to say, it has to be done in the terminal and cannot be modified via the GUI. (Unless your distribution permits the root user to login via the GUI) Last edited by stephen84s; Dec 2nd, 2008 at 1:56 am.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
"How to ask questions the smart way ?"
"How to ask questions the smart way ?"
![]() |
Other Threads in the Getting Started and Choosing a Distro Forum
- Previous Thread: ubuntu xp file/folder share
- Next Thread: Best LInux Flavor
| Thread Tools | Search this Thread |
age-related baremetal chrome cio cloudcomputing code computers crystalballsunday developers development distributions distro elderly embedded google http://expertcore.org/ jauntyjackalope kernel library linus linux microsoft multi-core netgear newbies openoffice.org operating operatingsystems parallel performance processing redhat routers smp studios system systembuilders systemintegrators terminalservices thecloud thinclients tools ubuntu users virtualization vmware webbased wikis windows xenon






