CHMOD Permissions and Settings


Recommended Posts

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.

directory2.gif

Here is the same directory through an FTP, notice this time they are showing you with letters to represent the attributes.

FTP.gif

Well, thats it for now, this is my 1st guide and I hope you found it insight;)ll and helpfull as well. ;)

Edited by markjensen
Link to comment
https://www.neowin.net/forum/topic/264720-chmod-permissions-and-settings/
Share on other sites

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]

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.

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

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.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • About bloody time. I have got PRs with hundred of files and the Web UI just struggling to even load the pages.
    • I wonder if it was applying secure boot certificates/dbx files?
    • I recently tried edge. It seems a lot better. A lot of the junk in it is gone. It seems less bloated and snappy.
    • Lethal fake phone chargers are still being sold on Amazon and eBay, UK watchdog warns by Paul Hill Credit: Pexels The UK consumer rights organization, Which?, is claiming that “potentially lethal knock-off chargers” are still being sold on online marketplaces seven years after it exposed the danger of these chargers. In its latest investigation, it bought 15 USB phone chargers from several online marketplaces and found they were missing key information, meaning they cannot be legally sold in the UK. Which? bought the 15 chargers from seven online marketplaces. These were Amazon (including Amazon Haul), AliExpress, B&Q Marketplace, Debenhams Marketplace, and eBay. It said that the chargers were so badly made that anyone using them was at risk of electric shock. Over half the chargers also posed fire and explosion risks. Of the chargers purchased, one was a fake Apple USB-C 35W power adaptor charger. To confuse buyers, the box was branded with an Apple logo, but testing found it to be a fake. Further testing picked up arcing sounds after 10 seconds of use, where a current jumps between two parts of the electrical circuit, which can cause fires, explosions, or electric shock. The manufacturers of this particular charger also put modeling clay inside it to make it feel more weighty, robust, and genuine. Not all of the chargers were technically faulty; however, some were missing key packaging, markings, and documentation, meaning they can’t be sold in the UK legally. Which? said that it is now campaigning alongside a coalition of safety groups and businesses for new laws that make online marketplaces responsible for ensuring the safety of products that they choose to list on their websites. It also said the government needs to start using powers under the Product Regulation and Metrology Act, which was adopted last July, to impose safety requirements on online marketplaces via secondary legislation, but so far, there have been delays. No matter what country you are in, be sure to properly research what you are buying and only buy authentic chargers to prevent fires. You can read more about Which?’s research here.
    • Visual Studio finally gets long-awaited feature that developers will love by Usama Jawad Visual Studio Code is Microsoft's popular, lightweight, open-source code editor, it is actually Visual Studio that is the company's flagship integrated development environment (IDE). Although the IDE already offers a boatload of useful features for developers, Microsoft has finally introduced a long-requested capability that will be loved by many. While developers have already been able to create Git pull requests (PRs) directly within Visual Studio for the past couple of years, it had not been possible to review a PR without switching to the browser, until now. Microsoft revealed in December 2025 that it is working on UX that enables developers to do just that, and fast-forward to June 2026, and Visual Studio finally has native capabilities to open and inspect a PR, discuss feedback, and wrap up the review, all without switching to the browser. This integration works for both GitHub and Azure DevOps (including on-prem). Developers have access to multiple surfaces to open a PR, including Git Repository, Git Changes, and the Git menu in Visual Studio. Once you open a PR, all the important details will be immediately visible to you, from where you can navigate to various levels of granularity and branch states, depending on the reviews that you are engaged in. As you would expect, you also get a diff view that enables you to see code changes inline or side-by-side in a separate panel. You can also review commit-by-commit. Additionally, this UX fosters collaboration as you can leave comments, reply to threads, and resolve conversations easily. Naturally, you can also leverage Copilot to apply a code suggestion to fix a potential issue. When you are done, you have the ability to approve, complete, and merge the PR. This is a pretty major feature as it has been requested heavily for the past few years. You can try it out in Visual Studio 2026 version 18.7, made available here recently. Microsoft plans to enhance this experience further in future releases with comment filtering, a timeline of PR activity, and more.
  • Recent Achievements

    • Week One Done
      Timaximus earned a badge
      Week One Done
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
    • Week One Done
      davidbazooked earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      499
    2. 2
      PsYcHoKiLLa
      174
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!