Hingarajiya,Ravi wrote:
> Hi Alessandro,
>  
>    Thanks for your reply.I know kill command.
>   
>   But  we are developing IDE for Django. So We want to know that how
> to stop internal server using any command (example : /etc/init.d/httpd
> stop in apache web server ).
/etc/init.d/httpd stop is just a wrapper script that uses the kill
command. You need to do the same thing to kill any process. ctrl+c sends
signal 2 to the running process. kill <pid> is exactly what you need to use.

Jeff Anderson

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to