10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hello guys !
I tried a script to list all the active users in the current server in AIX
who | grep '^user'
this displays the entire line ... All I need is only the user list
I found a command for linux using grep -o word
grep -o was not recognized in AIX
Can you guys help me out ?
Use... (2 Replies)
Discussion started by: varun aravinth
2 Replies
2. Emergency UNIX and Linux Support
Can someone please help me with a way to generate a user list on a system along with the group to which the id belongs? (8 Replies)
Discussion started by: ggayathri
8 Replies
3. Shell Programming and Scripting
Hi,
I need an output of process running on server, i am executing
ps -ef | grep test
output is
asak 22362 1 0 Nov07 ? 00:00:03 /usr/software/bin/perl-5.8.8 /u/assk/bin/test -v none JOBID=2012117
asak 23748 22362 0 Nov07 ? 00:00:00 /usr/software/bin/perl-5.8.8... (3 Replies)
Discussion started by: asak
3 Replies
4. UNIX for Advanced & Expert Users
Hi all,
I want to list out users from different group and root, who are roaming in our group or root as a user.
how can i list out this users ? (1 Reply)
Discussion started by: kpatel97
1 Replies
5. Solaris
Can someone tell me the Solaris equivelant of aix command lsuser? I need to find a users primary and secondary group. I don't have smit... (2 Replies)
Discussion started by: Grueben
2 Replies
6. Shell Programming and Scripting
Folks,
I have written one script for following condition by referring some of online post in this forum. Please correct it if I'm missing something in it. (OS: AIX 5.3)
List the idle user. (I used whoidle command to list first 15 user and get username, idle time, pid and login time).... (4 Replies)
Discussion started by: sumit30
4 Replies
7. Shell Programming and Scripting
Hi,
cut -d: -f1,3 /etc/group >rpt.out
I have a doubt in above unix commands. right i am getting list of group user id into rpt.out file. instead i need to store it as an array. could you please tell me how can i get list of user into an array..
If u could tell me give me in perl script... (2 Replies)
Discussion started by: solo123
2 Replies
8. Shell Programming and Scripting
I need to add to a BASH script if ${USER} is not in a list of users (smitha, brownd, adamsp) then do something... what is the best shortest way to accomplish an if statement with a list like this? Also the list of users should be in the script, not an external file.
Thanks! (5 Replies)
Discussion started by: glev2005
5 Replies
9. Shell Programming and Scripting
To all,
I need to find a group in /etc/group and if found, I need to list out all the login ids for that group - one login id per line.
To find the list of user login ids for group X, I probably will use
cat /etc/group|grep ^X:|cut -d: -f4
This will return back a list of comma delimited... (4 Replies)
Discussion started by: april
4 Replies
10. AIX
Hi,
Do you know if it's possible to have the user list with their umask on AIX system ?
I need to check if they are OK but with smit and user by user, it will take all the day. :)
An idea ?
Thx a lot. (3 Replies)
Discussion started by: Zlikos
3 Replies