How do I kill all the UNIX jobs I created under my current login shell such as Bash or KSH before logout?
{ 0 comments }
How do I kill all the UNIX jobs I created under my current login shell such as Bash or KSH before logout?
{ 0 comments }
Q. How do I find out my process is running? How do I get pid number for particular process? A. The easiest way to find out is run ps aux command and grep process name. If you got output along with process name/pid, your process is running. Task: Find out process pid Simply use ps [...]
{ 17 comments }