If you are on UNIX and have access to the user home directories, you can search through the history commands there to see who cycled the thread. BUT, this will only work if it was done from the comand line. You might have to be root to do this as well, but here is the command I would use to try to find it:
Code:
$ grep -lR “pstop” /home/*/history
This will show you a list of all user accounts who have had the word “pstop” in their command history. You could get more fancy with your grep to search for the exact thread name too.
If it was done in the GUI, the previous reply regarding using the security log is probably you’re only hope.[/code]
Author
Replies
Viewing 1 reply thread
The forum ‘Cloverleaf’ is closed to new topics and replies.