Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-06-2005, 02:27 PM
|
#1
|
LQ Newbie
Registered: Jun 2005
Location: Mauritius
Distribution: fedora
Posts: 3
Rep:
|
Setting initial file permissions
Hi everyone
I have just set up a fedora core 3 server and I need users of a group to be hable read and write access within certain directories. How can I set the initial permissions to eg. 770, so that all new files created by a group member will be set to 770 without using the command chmod ?
regards
georges
|
|
|
06-06-2005, 03:00 PM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
|
|
|
06-06-2005, 03:58 PM
|
#3
|
Member
Registered: Jun 2005
Posts: 43
Rep:
|
Hey there,
you could either add it to /etc/skel/.bash_profile or edit /etc/profile and put the following like
umask u=rwx,g=rwx,o=
Regards
|
|
|
06-07-2005, 12:10 AM
|
#4
|
LQ Newbie
Registered: Jun 2005
Location: Mauritius
Distribution: fedora
Posts: 3
Original Poster
Rep:
|
RE initial files permissions
Thanks
But if i set umask in /etc/profile will it not change the permission for all the new files. I want only to set this permission for certain folders
|
|
|
11-28-2005, 04:11 PM
|
#5
|
LQ Newbie
Registered: Nov 2005
Posts: 8
Rep:
|
I have the same issue. I have a group of users who share responsibility for files in some directories. A file created by one user in those directories should be writeable to the others in the group. Is there no way to make this happen without the user running chmod each time? I have set the sgid bit on the directory so that all files created in the directory are owned by the admin group, but that group still only has r-- rights by default.
|
|
|
11-29-2005, 05:37 AM
|
#6
|
LQ Newbie
Registered: Nov 2005
Posts: 8
Rep:
|
I'm getting the feeling that this is simply not a solvable problem in Linux. (Bar running a chmod script in root's cron or something.)
If umask is a user setting, then maybe you could change the umask temporarily while doing this admin work with a script, say "webadm -enable" and "webadm -disable", so you get the right rights while working with the relevant files?
|
|
|
All times are GMT -5. The time now is 07:10 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|