Johnny3937
IS-IT--Management
I accidentally exited a Trace ASM session and it won't let me run another one because the other is still active. Can any Linux person help me to kill that session? I don't know the commands. Thanks!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[root@sm63 craft]# killall traceSM
[craft@sm63 ~]$ who
craft pts/1 2013-05-24 09:00 (10.80.150.50)
craft pts/2 2013-05-29 12:17 (10.80.150.50)
[craft@sm63 ~]$ ps -ef | grep craft
root 2175 1517 0 May24 ? 00:00:00 sshd: craft [priv]
craft 2189 2175 0 May24 ? 00:02:33 sshd: craft@pts/1
craft 2191 2189 0 May24 pts/1 00:00:00 -bash
root 6759 1517 0 12:17 ? 00:00:00 sshd: craft [priv]
craft 6769 6759 0 12:17 ? 00:00:00 sshd: craft@pts/2
craft 6770 6769 0 12:17 pts/2 00:00:00 -bash
craft 11753 6770 0 12:28 pts/2 00:00:00 ps -ef
craft 11754 6770 0 12:28 pts/2 00:00:00 grep craft
[craft@sm63 ~]$ kill -9 2189