Jump to content

chmod - when or how does the group digit work


corbeeresearch

Recommended Posts

Owner means that only cpanel can control it right?

how about group? do you need some php function to let chmod know it is a group?

 

On a Linux system there are users and groups. Users can belong to certain groups and usually default to belonging to a group with the same name as there user name.

 

This allows you to make files and chmod them in such a way (664) so that only the owner (me), someone belonging to a certain group (by default - me) can read and write to that file, while everyone else can only read that file.

 

Where cPanel comes into it I have no idea. It is simply a web application used to aid in server administration.

 

Web servers however run as a specific user and group. Apache for instance might run as the apache, and the apache user might by default belong to the apache group. Now, because php executes as an apache module (part of apache), if you create a file using php it will belong to the apache user and the apache group.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.