- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Group member can't write to dir w/ permission
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
03-26-2003 09:28 AM
03-26-2003 09:28 AM
John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 09:36 AM
03-26-2003 09:36 AM
Re: Group member can't write to dir w/ permission
What if the user executes "newgrp
If it works, then you will have to fix your group permissions. Probably /etc/logingroup is not linked to your /etc/group.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 09:37 AM
03-26-2003 09:37 AM
Re: Group member can't write to dir w/ permission
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 09:47 AM
03-26-2003 09:47 AM
Re: Group member can't write to dir w/ permission
That did the trick. But what do you mean by:
If it works, then you will have to fix your group permissions. Probably /etc/logingroup is not linked to your /etc/group.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 09:58 AM
03-26-2003 09:58 AM
Re: Group member can't write to dir w/ permission
If the user is listed as a member of multiple groups in /etc/group, then he/she would have to use 'newgrp' command to change the group. However, if it is listed in /etc/logingroup, the user didn't have to and he/she is automatically becomes a member of these groups. So as a work around we link /etc/logingroup to /etc/group.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 10:05 AM
03-26-2003 10:05 AM
Re: Group member can't write to dir w/ permission
The user is a member of 2 groups, the dir he is trying to write to is group write access for his secondary group.
I don't have a /etc/logingroup file. Should I?
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 10:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 10:17 AM
03-26-2003 10:17 AM
Re: Group member can't write to dir w/ permission
Yes. That's exactly where logingroup will come into picture. Create a link like this
ln -s /etc/group /etc/logingroup
That should take care of it.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 10:48 AM
03-26-2003 10:48 AM
Re: Group member can't write to dir w/ permission
Thanks, that works. Is this issue verison specific? Would I need to do this on HPUX 11.00?
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 10:50 AM
03-26-2003 10:50 AM
Re: Group member can't write to dir w/ permission
No this is not version specific. This is a "feature". YOu would need to do the same on even 11.0
-Sri