are you connecting via root? I mean from root using su - youruser ?
25 Kas 2014 21:52 tarihinde "Eren [via Erman Arslan's Oracle Forum]" <
[hidden email]> yazdı:
Hi Erman,
How to kill all user process without kill the shell that is running the script?
I tried sth;
kill -9 `ps -ef |grep erenu|grep -v grep |grep -v $$ |awk '{print $2}'`
this one also kill my own shell,
I need to kill all process without kill my login session