Sponsored Content
Full Discussion: user administration
Operating Systems Solaris user administration Post 302284063 by avronius on Wednesday 4th of February 2009 04:35:57 PM
Old 02-04-2009
To see a list of groups that a user belongs to, try the following:
Code:
bash-3.00# groups agray
sysadmin dba etc

I believe that the primary group is listed first - but don't quote me on that Smilie

You can also check for information on a list of users:
Code:
bash-3.00# groups agray otheruser otherotheruser
agray: sysadmin dba etc
otheruser: dba
otherotheruser: etc etc3 blah

or from a list of users in a file
Code:
bash-3.00# for user in `cat list`; do echo "$user: `groups $user`"; done
agray: sysadmin dba etc
otheruser: dba
otherotheruser: etc etc3 blah

 

8 More Discussions You Might Find Interesting

1. Solaris

remote user administration

Hello, I inhearited several solaris machines (read that about 30 of them) and have a need to be able to manage the user accounts remotely.... Currently the machines all have the same users but not exactly the same spelling (each machine was locally managed before and thus every single passwd/shadow... (2 Replies)
Discussion started by: wgriffin
2 Replies

2. UNIX for Dummies Questions & Answers

User Administration

I have an application that runs on Unix and the user administration is managed at a Unix level. The application has an application ID which is linked to the user ids which are created at Unix level. Can you please help if I can be able to track which user used the Application ID and what action was... (0 Replies)
Discussion started by: Kopano
0 Replies

3. UNIX for Dummies Questions & Answers

Tru64 User administration

Hey guys how do you check if an account is locked in tru64, and how do you unlock it? (1 Reply)
Discussion started by: sbn
1 Replies

4. Solaris

Solaris User Administration

Hi All..... How many maximum no of users can be created in solaris 10.0 Waiting for the reply ..... (2 Replies)
Discussion started by: sendhils13
2 Replies

5. Solaris

Solaris User Administration

unable to run smgroup / smadd command to create or modify the users and directories. (1 Reply)
Discussion started by: sendhils13
1 Replies

6. Solaris

Zone administration

hi frnds I created sparse root zone, in that zone when i try to change the passwd it is giving permission denied. what is the reason and how to chnage the root passwd in the zone. can u please explain the query. (4 Replies)
Discussion started by: sravan ega
4 Replies

7. Shell Programming and Scripting

User administration

Dear All, I need to restrict the users in our server. 1.History & history -c command working all groups & others.So i need to restrict history -c option for groups & others . 2.Any option available to view user activity with all Eg--->user1 Jul22 10:20:11 date 3.Any other Special... (7 Replies)
Discussion started by: kpoobathi
7 Replies

8. AIX

AIX user administration - queue management

Dear All Please how can I create a user which would be only able to manage queue printer like creating, release, hold etc a printer queue. He would for example be able to enter commands like : - lpstat -pprintqueue where printqueue is an existing queue on the server - enable printqueue... (0 Replies)
Discussion started by: sobnc
0 Replies
asadmin-list-connection-groups(1AS)				   User Commands			       asadmin-list-connection-groups(1AS)

NAME
list-connection--groups - gets the connection groups SYNOPSIS
list-connection-groups --user user_name --password password --host hostname --port admin_port_number --instance instance_name http_listener_ID Gets the profiler element associated with the named server instance.. OPTIONS
--user identifies the user name associated with the named instance. --password identifies the password associated with the user name. --host identifies the host name for the machine. --port identifies the administrator port number associated with the hostname. --instance identifies the name of the instance associated with the JVM option to be created. http_listener_ID a unique identifier for the HTTP listener. asadmin% list-connection-groups INTERFACE EQUIVALENT
unknown asadmin-create-connection-group(1AS) asadmin-delete-connection-group(1AS) J2EE 1.4 SDK March 2004 asadmin-list-connection-groups(1AS)
All times are GMT -4. The time now is 02:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy