Re: Auto Generating -bash process
Posted by ErmanArslansOracleBlog on May 09, 2024; 7:13am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Auto-Generating-bash-process-tp12438p12491.html
So you closed all the terminal application that are running on Gnome / Linux GUI, and still the bash is there, right?
Lets you pstree with p argument.. pstree -p
This will display the process ids.. Lets be sure exactly where in pstree output corresponds to that problematic bash...
check the process id of that bash using ps -ef.. Note that down. Then check with pstree -p and see the parents of it.. Then we will plan our next action.