PDA

View Full Version : Newbie question over Cmod


justsexxx
08-16-2001, 09:59 AM
Hi,

I have to upload some files and then cmod them. I have wsftp, but I don't know anymore what permission is 666, 755 etc. Do you have them?

Andre

manofman
08-16-2001, 11:17 AM
Yeah I was wondering too. Somebody?

Pinox
08-16-2001, 11:26 AM
Okay i will try it.. http://bbs.adultwebmasterinfo.com/ubb/smile.gif

755 =

Owner Group Other
X read X read X read
X write X write X write
X execute X execute X execute

666 =

Owner Group Other
X read X read X read
X write X write X write
execute execute execute

X = Enabled

Hope this helps

Ron

justsexxx
08-16-2001, 12:04 PM
Thanks,
one more http://bbs.adultwebmasterinfo.com/ubb/smile.gif777 ,

Thanks

bramdaman
08-16-2001, 12:11 PM
777 = everything enabled

Laosan
08-16-2001, 03:05 PM
a stupid way:
in wsftp, if you forget or confuse the owner, group, read, write, execute... just try to mark or unmark different combination, click ok, down the left hand of your wsftp will show you which mod you just changed, eg, 755, 777, try again till you see the one you want.

Pinhead
08-16-2001, 05:26 PM
My try:
The first digit designates owner
permissions
The second group permissions
The third other's permissions

permission to read is 4, to write 3, and to execute 1

Example. In chmod 755 the 7 means that the owner has rights to read,write and execute the file, beacuse 7 = 4 + 2 +1, while 5 = 1 + 4 means that other guys only can read and execute the file.

Pinhead
08-16-2001, 05:27 PM
Correction: permission to read is 2 of course, not 3

Pinhead
08-16-2001, 05:29 PM
lol
I mean: permission to write is 2

(i'm to tired to do this; now I've confused everybody, including meself ... lol)