- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- User Group - 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
02-22-2007 06:30 PM
02-22-2007 06:30 PM
User Group - Permission
I have logged in to my unix machine. There is another server running on the same machine. i want to know my user group as well permissions on that server for my account
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 06:53 PM
02-22-2007 06:53 PM
Re: User Group - Permission
"There is another server running on the same machine"
Do you talk about nPars or vPars?
You need to logon to the other server to get this information. Have a look at /etc/passwd or run "id" there.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 07:20 PM
02-22-2007 07:20 PM
Re: User Group - Permission
Actual we have machine. On which we hav 2 diffrnt servers running
1.under /opt/W
2.under data/c.../..
i have sudo permissions in 1.
I am tryin to check my user group, and permissions assigned to me/group in 2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 09:03 PM
02-22-2007 09:03 PM
Re: User Group - Permission
I am not exactly clear with your question.Do you want to say that you have 2 servers.
For server 1 --> you have sudo rights
For server 2 --> you have user account on this server & you want to know your user group & also permissions.
" permissions on that server for my account"
---> by this what exactly you want to ask? Permissions on some files,dir ???
To know your user group run "id" command.
#id
-->uid=1834(allanp) gid=20(users)
Options->
-g Display only the group ID.
-G Output all different group IDs.
-n With A -u, -g, or -G, display the ID name instead of the ID number.
You can use #groups
#groups [-p] [-g] [-l] [user]
-->groups shows the groups to which the caller or the optionally specified user belong.The -p, -g, and -l options limit the printed list to those groups specified in /etc/passwd, /etc/group, and /etc/logingroup, respectively.
For pemissions simply use ll command.
$ ls -l f1
-rw-r--r-- 1 user3 class 37 Jul 24 11:06 f1
--> shows that user3 belonging to group class have 644 permissions on file f1.
I hope this is what you want to ask.
Regards,
Reshma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 09:43 PM
02-22-2007 09:43 PM
Re: User Group - Permission
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 11:03 PM
02-22-2007 11:03 PM
Re: User Group - Permission
Can you please assign the points if your query is solved,
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.