jon b
04-07-2006, 06:04 PM
For anyone wondering what exactly does 646; 664 permissions represent, if your host does not use those numbers.
Here is a great guide for you to use which will basically calculate chmod commands for you on the fly:
http://www.javascriptkit.com/script/script2/chmodcal.shtml (http://www.javascriptkit.com/script/script2/chmodcal.shtml)
so: 646 =
Owner:
Read (r)
Write (w)
Group:
Read (r)
Others:
Read (r)
Write (w)
664=
Owner
Read (r)
Write (w)
Group
Read (r)
Write (w)
Other
Read (r)
Here is a great guide for you to use which will basically calculate chmod commands for you on the fly:
http://www.javascriptkit.com/script/script2/chmodcal.shtml (http://www.javascriptkit.com/script/script2/chmodcal.shtml)
so: 646 =
Owner:
Read (r)
Write (w)
Group:
Read (r)
Others:
Read (r)
Write (w)
664=
Owner
Read (r)
Write (w)
Group
Read (r)
Write (w)
Other
Read (r)