rundellt2000
06-03-2003, 06:56 AM
How do I CHMOD to 666? What do I need checked in my FTP, e.g. R=Readable, W=Writable, E=Executable.
Also, how do you put a CHMOD code in to a page?
Also, how do you put a CHMOD code in to a page?
|
View Full Version : How do I CHMOD to 666? rundellt2000 06-03-2003, 06:56 AM How do I CHMOD to 666? What do I need checked in my FTP, e.g. R=Readable, W=Writable, E=Executable. Also, how do you put a CHMOD code in to a page? Lissa 06-03-2003, 11:27 AM Using the numbering scheme, the chmod command has three number places, for example 744, representing the three user types. The first number on the left side is for "user", the middle one is for "group" and the right hand one for "other." Now, here's what each number does: 0 = --- = no access 1 = --x = execute 2 = -w- = write 3 = -wx = write and execute 4 = r-- = read 5 = r-x = read and execute 6 = rw- = read and write 7 = rwx = read write execute (full access) So, if you set a file to: chmod 750 ^^^ ||`-- others have no access |`-- group has read and execute access `-- user has full access pb&j 06-03-2003, 01:34 PM to follow up, to chmod to 666 you then set your values to... RW for the first area. RW for the second area. RW for the third area. the E spots should be unchecked. rundellt2000 06-04-2003, 10:51 AM I CHMODed it right... I'll have to properly install Greymatter later... never knew it could be so hard. Could anyone install Greymatter for me? Must have AIM If they can, simply leave your AIM, and I'll contact you. (if you have one). zangerbanger 06-05-2003, 01:42 AM fizziesoda88 . I could try guiding you through it or I could try installing it for you :) . |