![]() |
|
|
|
|
|||||||
| 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 |
| how can i add a user to a group | arunkumar_mca | UNIX for Dummies Questions & Answers | 4 | 06-15-2008 10:06 AM |
| Adding user to a group without SAM | paqman | HP-UX | 2 | 08-15-2007 04:05 AM |
| Adding a user to a group | TRUEST | UNIX for Dummies Questions & Answers | 5 | 11-14-2003 07:28 AM |
| User and Group Structure | dwchapman | UNIX for Dummies Questions & Answers | 1 | 04-01-2002 02:49 AM |
| User Group | errolg | UNIX for Dummies Questions & Answers | 1 | 01-03-2002 06:50 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
user/group
Hi!
Herez the scenario 1. logged in as user xxxx $ id uid=125(xxxx) gid=101(my_grp) groups=0(system),15(users),16(sysadmin),19(adm),110(appl) $ touch test $ ls -la test -rw-r--r-- 1 xxxx system 0 Mar 7 14:31 test Why is the group of the file test 'system' and not 'my_grp' as I was expecting it? Any thoughts? Thanks! |
| Forum Sponsor | ||
|
|
|
|||
|
What version of OS? (Mind didn't show all my groups when I typed just the id command, I had to add a -a).
Check the .profile, .login, .kshrc, .cshrc (it matters which shell you are using) for any lines that are changing your default group to another. It's possible but unlikely that it is in /etc/profile where the change is being made. That's a start... |