Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List CMS users - Log out CMS users

CMS

List CMS users - Log out CMS users

by  RTMCKEE  Posted    (Edited  )
Start a UNIX session and type "who -u"

This will give you the login ID's of those currently logged in, along with a PID (process ID). This will also give you IP addresses if you need to locate a user, or maybe find out who is logged in with somones ID.


You can use the PID to issue a 'kill' command.

enter "who -u"

response "user pts/2 Sep 2 06:31 17109 (10.189.12.189)"

enter "kill 17109"

This should end the process associated with that login. Just be carefull using 'kill' if you typo the pid, you could kill a process that is crucial to cms operation.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top