- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Permissions
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:17 AM
11-27-2001 08:17 AM
UserA has a default group of grpA.
UserB is an member of grpA but it is
not his default group.
UserA creates a file in his home directory.
The group membership of the directory and
the file created are grpA. The permissions
on the directory are 775 and the permissions
on the file are 664.
UserB cannot update this file even though
the directory and file give members of grpA
permsission to do so.
I can use "newgrp grpA" as UserB and then
he can update the file. But I didn't think
I should have to do that if he is a member
of grpA.
Can someone explain to me what is going
on here? Other than making grpA the default
group for UserB, is there some way to avoid
having to execute the newgrp command?
Thanks!
Tom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:23 AM
11-27-2001 08:23 AM
Re: Permissions
ln -f /etc/group /etc/logingroup
That should do the trick.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:26 AM
11-27-2001 08:26 AM
Re: Permissions
You need to create an /etc/logingroup file or better still symbolically link /etc/group to /etc/logingroup. If you are using NIS make sure that you man logingroup and carefully read the NIS warnings about using linked group and logingroup files. It's generally okay but I just want you to be forewarned.
In any event, the logingroup file will fix you.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:31 AM
11-27-2001 08:31 AM
Re: Permissions
We've got it now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:32 AM
11-27-2001 08:32 AM
Re: Permissions
The beers are on me...
;o)
Cheers
Duncan
I am an HPE Employee
