I’m unable to find any commands to stop lighttpd web server? How do I stop lighttpd under Debian Linux installed using apt-get command?
{ 1 comment }
FAQ tagged as:
I’m unable to find any commands to stop lighttpd web server? How do I stop lighttpd under Debian Linux installed using apt-get command?
{ 1 comment }
Q. How do I kill process in Linux?
A. Linux and all other UNIX like oses comes with kill command. The command kill sends the specified signal (such as kill process) to the specified process or process group. If no signal is specified, the TERM signal is sent.
Kill process using kill command under [...]
{ 38 comments }