Is there a way to see how many times a user is logged into our AIX system? I can do it for each single user using this command: who |grep username | wc -l
Doing this one by one is time consuming. I would like a list showing "username ##"
Can I use another command to find out how many times a user is logged into our database. Their process ID will always have this link: /apps/dlc91d/bin/_progres /dbdir/dbname
Doing this one by one is time consuming. I would like a list showing "username ##"
Can I use another command to find out how many times a user is logged into our database. Their process ID will always have this link: /apps/dlc91d/bin/_progres /dbdir/dbname