islanq Posted December 31, 2004 Share Posted December 31, 2004 (edited) CHMOD is an older computer term that means "Change Mode" It lets the computer know or your server what other users can do to with a certain file. Many different applications and scripts use CHMOD and as a computer user you should get familiar with them. In order for your CGI program to run, it must be executable by the server. Therefore, you must set the permissions so the server can read or execute your files, which usually means making your CGI programs world executable. The way you set your file permissions is by using the CHMOD commands. The CHMOD's permission mask is a three-digit number. Each digit of the number defines the permission for a different user of the file. The first digit defines the permission for the owner, the second digit defines the permissions for the group and the third digit defines the permissions for everyone else (referred to by CuteFTP as public). Each digit works the same for each group of users: the owner, group, and public. What you set for one digit has no effect on the other two digits. ? Owner = the files users (you) ? Group = the files group ? Others = othPermissions Definitionsns: ? r = read access ? w = write access ? x = execNumerical Definitionsinitions: ? r = 4 ? w = 2 ? x = 1 You will come to recognize, if you do not already, Chmod as a word used for changing Permissions from within Telnet or your FTP client. Some scripts will tell you to chmod 775 (for example). When using the numeric system, the code for permissions is as follows: 4 + 2 + 1 (rwx) = 7 The first number applies to Owner, the second number applies to Group, and the third number applies to Others. Therefore the first 7 of the chmod 775 tells Unix to change the Owner's permissions to rxw (because r=4 + w=2 + x=1 adds up to 7, this giving the Owner Read, Write, and Execute Permission. The second 7 applies to the group, this giving the Group Read, Write, and Execute Permission, and the last number 5, refers to Others (4 + 1= 5), giving Others only Read and Execute Permission. The permissions for chmod 775 look like this: rwx rwx -rx. Permissions are always broken up into three groups of letters, however if there is a dash, this dash simply means that Permission wasn't given for that particular function, for example in the chmod 775, Permission to Write was not given to Others. ? --- (or 0) = no permission ? r-- (or 4) = read-only permission ? rw- (or 6) = read/write permission ? r-x (or 5) = read/execute permission ? rwx (or 7) = read/write/execute permission Remember: the first 3 letters always apply to Owner, the second 3 apply to Group, and the third 3 apply to Others. [400] r-------- [files, this will not let you accidentaly erase a file] [444] r--r--r-- [files, this will allow the owner, users, and public to view only] [600] rw------- [files, no one else can read or see files] [644] rw-r--r-- [starting to get it?] [664] rw-rw-r-- [files] [666] rw-rw-rw- [files, this could very well cause chaos in satanic proportions...] [700] rwx------ [programs / directories] [750] rwxrx--- [programs / directories] [755] rwxr-xr-x [programs / directories] [777] rwxrwxrwx [using this will not be your lucky number...] \ Here are some files with access set on my web server. Notice the attributes are set in numbers. Here is the same directory through an FTP, notice this time they are showing you with letters to represent the attributes. Well, thats it for now, this is my 1st guide and I hope you found it insight;)ll and helpfull as well. ;) Edited January 3, 2005 by markjensen Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/ Share on other sites More sharing options...
j.r.l. Posted December 31, 2004 Share Posted December 31, 2004 (Y) We need more guides like those. Helpful. (Y)(Y)(Y)(Y)(Y) Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585205480 Share on other sites More sharing options...
Nelsinho Posted December 31, 2004 Share Posted December 31, 2004 thanks for the guide (Y) Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585206336 Share on other sites More sharing options...
Hypoxiaicon Posted December 31, 2004 Share Posted December 31, 2004 Too drunk to understand lol... Looks good lol :p Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585206979 Share on other sites More sharing options...
Nelsinho Posted January 1, 2005 Share Posted January 1, 2005 ^^ROFL :laugh: :laugh: :laugh: happy new year friends :D Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585207556 Share on other sites More sharing options...
islanq Posted January 1, 2005 Author Share Posted January 1, 2005 Do you guys actually understand it or are you just saying nice guide to be nice to me :p Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585212179 Share on other sites More sharing options...
.:Daemon:. Posted January 1, 2005 Share Posted January 1, 2005 I get it. Nice guide. :p Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585212199 Share on other sites More sharing options...
Hills420 Posted January 1, 2005 Share Posted January 1, 2005 I understand it. It was very helpful for those of us that use NIX on a daily basis. Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585212252 Share on other sites More sharing options...
Inertia Posted January 1, 2005 Share Posted January 1, 2005 thumbs up :D a helpful referance Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585212258 Share on other sites More sharing options...
j4020 Posted January 2, 2005 Share Posted January 2, 2005 Nice, Thanks (Y) Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585213124 Share on other sites More sharing options...
Larney Posted January 2, 2005 Share Posted January 2, 2005 Do you guys actually understand it or are you just saying nice guide to be nice to me?:pp 585212179[/snapback] *Says in druken manner* Yeah m8, two potatoes and some rubber ducks. I'M ON IT(Y)) [444] r--r--r-- [files, this will allow the owner, users, andplulic> to view only] Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585213507 Share on other sites More sharing options...
Kilroy-was-here Posted January 2, 2005 Share Posted January 2, 2005 Very helpful, thanks. (Y) Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585216868 Share on other sites More sharing options...
Larney Posted January 3, 2005 Share Posted January 3, 2005 Yeah, sorry forgot to mention, good guide (Y) Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585218898 Share on other sites More sharing options...
islanq Posted January 3, 2005 Author Share Posted January 3, 2005 Thanks for all the kind words, I'll make up another guide soon for u guys if u want. ;) Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585220809 Share on other sites More sharing options...
Larney Posted January 3, 2005 Share Posted January 3, 2005 Thanks for all the kind words, I'll make up another guide soon for u guys if u want. ;) 585220809[/snapback] Just a quick spelling mistake: [444] r--r--r-- [files, this will allow the owner, users, and plulic to view only]public* :) Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585221985 Share on other sites More sharing options...
The Grasshopper Posted January 3, 2005 Share Posted January 3, 2005 I had to CHMOD with my bb, i really didn't know how to do it...reading the install manual was a pain...this was very helpful..keep it up...GOOD WORK! Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585222085 Share on other sites More sharing options...
markwolfe Veteran Posted January 3, 2005 Veteran Share Posted January 3, 2005 * fixed "public" typo, since original post is too old for islandq to edit * Nice guide. (Y) Good explanation of Unix file permissions for non-*nix users. Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585222506 Share on other sites More sharing options...
Larney Posted January 3, 2005 Share Posted January 3, 2005 * fixed "public" typo, since original post is too old for islandq to edit *Nice guide. (Y) Good explanation of Unix file permissions for non-*nix users. 585222506[/snapback] There is a limit on how long a member can edit a first post :blink:? Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585222885 Share on other sites More sharing options...
markwolfe Veteran Posted January 3, 2005 Veteran Share Posted January 3, 2005 There is a limit on how long a member can edit a first post :blink:? 585222885[/snapback] Seems to me it is about a day or so. Try editing one of your older posts, and see. Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585222932 Share on other sites More sharing options...
Larney Posted January 3, 2005 Share Posted January 3, 2005 Seems to me it is about a day or so. Try editing one of your older posts, and see. 585222932[/snapback] I am from a few months back. It's only posts after the first one that can't be edited, as far as I know, but members can edit posts for an unlimited time when they are the original poster. Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585222943 Share on other sites More sharing options...
j.r.l. Posted January 3, 2005 Share Posted January 3, 2005 I am from a few months back. It's only posts after the first one that can't be edited, as far as I know, but members can edit posts for an unlimited time when they are the original poster. 585222943[/snapback] :blink: I cant :wacko: edit my post :huh: after a certain time :pinch: even tho I'm the original :whistle: poster Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585223185 Share on other sites More sharing options...
Larney Posted January 3, 2005 Share Posted January 3, 2005 :blink: I cant :wacko: edit my post :huh: after a certain time :pinch: even tho I'm the original :whistle: poster 585223185[/snapback] Worrying, oh well...on with the topic..... Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585223189 Share on other sites More sharing options...
Malisk Posted January 3, 2005 Share Posted January 3, 2005 Yes, guides like these are useful. :) If you're going to administer FTP's or e.g. Linux boxes, reading up on the actually quite simple but flexible permission system is a must. And this guide helps in overcoming the "774, rwrwx... wtf??" step. :) Actually, I like this permission system more than the one in NTFS since it feels so complex (talking about the "advanced" settings on the security tab in file properties) when you can basically accomplish anything you wish from the simple system in *nix, looking historically. Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585223204 Share on other sites More sharing options...
islanq Posted January 3, 2005 Author Share Posted January 3, 2005 Yeah, I really wish Microsoft would have implimented CHMOD (even a more user friend version) for Windows XP Pro. That would have been a really nice feature. Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585224778 Share on other sites More sharing options...
Joel Posted January 3, 2005 Share Posted January 3, 2005 There is a limit on how long a member can edit a first post :blink:? 585222885[/snapback] Seems to me it is about a day or so. Try editing one of your older posts, and see. 585222932[/snapback] Thread starter can edit forever. Link to comment https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/#findComment-585224906 Share on other sites More sharing options...
Recommended Posts