View Single Post
Posts: 96 | Thanked: 105 times | Joined on Aug 2006 @ Finland
#15
Originally Posted by pawan4ever4one View Post
it get killed but after a second again it started........kill -9...what does it mean?/
It's supposed to be restarted, so that is ok.

The -9 is parameter to the "kill" program that is used to send signals to processes. The 9 signal is the KILL signal that a program can not ignore and should really kill the program. The default signal sent by kill asks the program to exit nicely but if it's stuck then the only option is to kill -9 it.

http://linux.die.net/man/1/kill
__________________
--
2x770, N810 and 2xN900, N950, 2xN9, BBZ10
Devel - twitter - blog