- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Permission issue
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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-15-2006 03:16 PM
11-15-2006 03:16 PM
Permission issue
Please help me to find out the reason.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 03:52 PM
11-15-2006 03:52 PM
Re: Permission issue
You should show the ouput of groups(1) and id(1) for each user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 04:28 PM
11-15-2006 04:28 PM
Re: Permission issue
What exactly are you trying to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 05:57 PM
11-15-2006 05:57 PM
Re: Permission issue
#ls -l /mydir/mydata/data.txt
-rw-rwx---+ 1 psa mam036 104259584 Sep 13 06:50 /mydir/mydata/data.txt
#getacl /mydir/mydata/data.txt
# file: /mydir/mydata/data.txt
# owner: psa
# group: mam036
user::rw-
group::rwx
group:mam036:rwx
class:rwx
other:---
#getacl /mydir/mydata
# file: /mydir/mydata
# owner: orb
# group: mam036
user::rwx
user:9683:rwx
user:ps009:rwx
user:ps024:rwx
user:ps040:r-x
user:ps070:r-x
group::rwx
group:pvs:rwx
group:mam036:rwx
class:rwx
other:---
default:group:mam036:rwx
#id ps009
uid=9688(ps009) gid=9304(sreg)
#id ps024
uid=10315(ps024) gid=9304(sreg)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 07:11 PM
11-15-2006 07:11 PM
Re: Permission issue
if the users are not additional members of the group 'mam036' they both wouldn't be able to access that file.
Check via the 'groups' command (man page) and check /etc/logingroups as well.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 07:54 PM
11-15-2006 07:54 PM
Re: Permission issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 11:57 AM
11-16-2006 11:57 AM