Hi,
Here are some of articles and weblinks related to positive attitude, personality , life which may help you get better in your hard time..
http://www.essentiallifeskills.net/thinkpositively.html
I will go on posting more links as i read it ,
Thank You ,
Welcome to My Infotech Blog (Read on Post's on Programming,database, and RedHat and much more) Happy Blogging, Have a pleasent Stay !
Saturday, November 6, 2010
Wednesday, November 3, 2010
Zombie Process UNix/Linux
Hi,
Zombie process is a finished process but whose entry is still there in Process Table , to return exit status to Parent process who started it!
How to list Zombie process :
------------------------------
ps -auxZ | grep "Z" --> short way to list Zombie processes
You can kill zombie process by killing its parent process
How to Know parent process of zombie process :
---------------------------------------------------
pstree -p | grep "zombie process name"
and kill parent using
kill -9 parent process
Thank You,
have a nice day!
Zombie process is a finished process but whose entry is still there in Process Table , to return exit status to Parent process who started it!
How to list Zombie process :
------------------------------
ps -auxZ | grep "Z" --> short way to list Zombie processes
You can kill zombie process by killing its parent process
How to Know parent process of zombie process :
---------------------------------------------------
pstree -p | grep "zombie process name"
and kill parent using
kill -9 parent process
Thank You,
have a nice day!
Learn English Online (Free Videos)
Hi,
Well, my english is not so good and wann learn much , i got this gr8 link for Beginners
Enjoy all videos ,
Here i will post all links for learning English
http://www.engvid.com
Have a nice day
Thank you
Well, my english is not so good and wann learn much , i got this gr8 link for Beginners
Enjoy all videos ,
Here i will post all links for learning English
http://www.engvid.com
Have a nice day
Thank you
Subscribe to:
Posts (Atom)