On Tue, Jun 24, 2014 at 12:10 PM, Tanzeem M.B <[email protected]> wrote: > I am using GNU/Linux.I can get the ip addresses of all active users in my > network. > But i want to get the username of logged in users in the machines having > those IPs > Is there a linux command or script to get this? If anyone knows this please > help >
Are you trying to do some thing on SSO or LDAP? If you have access to all these machines you can write scripts to get the output of "who -u" and can do some filtering to get the output. -- regards, Arjun -- -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en --- You received this message because you are subscribed to the Google Groups "Free Software Users Group, Thiruvananthapuram" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
