The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-10-2005
V.V.KUMAR V.V.KUMAR is offline
Registered User
  
 

Join Date: Apr 2005
Posts: 9
Post Problem With Who-u Command Output

I am Using SCo UNIX ver 5 and using korn shell. When I kill a process ID of user login, the process gets killed but the who -u command output shows the login name ,tty, and PID of the killed process along with other active process. The details of the killed process is listed on the who -u output and the idle time is also incremented even though no such process exists.This development took place 2 weeks before. I suspect that some file related to who output is not refreshed. I wish to know what files are altered on killing the process and how to rectify the same?