Results 1 to 4 of 4
i need to give permission to my webpage so how does chmod 777 plays a role. do i put this chmod 777 in a html code or a command line, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-09-2005 #1Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
help with chmod 777
i need to give permission to my webpage so how does chmod 777 plays a role. do i put this chmod 777 in a html code or a command line, can u give me an sample.
- 11-09-2005 #2Linux Newbie
- Join Date
- Mar 2005
- Location
- Romania
- Posts
- 186
In a terminal you use
For more information on chmod seeCode:chmod 777 file1 file2...fileN
Code:man chmod
You can only be young once. But you can always be immature.
- 11-17-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 1
No need to give 777
you you may give 755.
- 11-18-2005 #4Just Joined!
- Join Date
- Jul 2005
- Location
- INDIA
- Posts
- 41
Dear
4 = Read
2 = Write
1 = execute
4+2+1 =7
7 = R+W+E
6 = R+W
5 = R+E
3 = W+E
Frist 7 Repersent Onwer
second 7 Repersent Group
and the last one represnt others
Chmod Command work with files and directory


Reply With Quote
