![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help me in sending parameters from sqlplus script to unix shell script | Hara | Shell Programming and Scripting | 2 | 01-29-2008 11:31 AM |
| Shell Script: want to insert values in database when update script runs | ring | Shell Programming and Scripting | 1 | 10-25-2007 12:06 AM |
| here document to automate perl script that call script | hogger84 | Shell Programming and Scripting | 3 | 10-22-2007 07:15 AM |
| Modify Perl script to work with txt - Permissions script | joangopan | Shell Programming and Scripting | 1 | 09-12-2007 08:38 PM |
| newgrp command | Nathe | UNIX for Advanced & Expert Users | 2 | 12-15-2003 06:17 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I see that you don't get what I want to do... sorry for my expression in english !!
My project TOTO have a primary group B and a secondary group A My account have a primary group A and a secondary group B My colleague C1 has a primary group A and a secondary group B My colleague C2 has only a primary group A When I work for TOTO I'd like to have right to write on, from my own account. Same for my colleague C1. C2 is able to read but not write on TOTO. For the moment, I have a script wich check if you are authorized to work on the project. If 'yes' the umask is set to 002 and I do newgrp and so on. So that each created file is AUTOMATICALLY created with the group B. I don't have 'root' permissions. So I can not execute 'chgrp' on the account TOTO for all the files don't belong to me. My application create a lot of files/directory so it is hard to do 'chgrp' each 5 minutes and more hard to request to each user to do the same!! I try to forget newgrp but... I can't !! |
| Forum Sponsor | ||
|
|