+1 vote
1,865 views
in Website by

What is Chmod 777 ?. I just moved my site from Windows Hosting to Linux, Confused in file permissions, I read on many websites and tutorials to change file permission to chmod 777 but didn't got them what exactly this permission does. Can anyone help me understand this file permission thing?

What does chmod 777 mean? & how to use it? 

2 Answers

+1 vote
by
selected by
 
Best answer

This is a very common query , where people need to know about CHMOD 777 and other Linux permissions and Classes, Read my blog post What is CHMOD 777 for detailed understanding about CHMOD

by
The article is pretty explaining and amazing, Thank you and recommended to everyone.
+1 vote
by

0 – No permissions

1 – Execute

2 – Write

4 – Read

1+2 = 3 (exec + write)

2+4=6 (write + read)

and so on...

chmod 751 means...

7 is for user for which the file belongs (7 = 4 +2+1)

5 is for user group ( 5 = 4 + 1) so they can read and execute but not write

for rest of world it is 1 which means they can read it

Simple is that :)

by
Getting it now, Thank you.
Welcome to Ask Techie
Ask questions and receive answers from other members of the community. Hacking,Technology,Gaming,Programming,Blockchain / CryptoCurrency and everything to get you going with your Cyber World.

222 questions

227 answers

401 comments

696,714 users

...