2 FAQ tagged "pid"
Viewing 1-2 of 2 FAQ -- Linux / UNIX killing a process and restarting the same
Q. How do I kill a process called inetd or foo and restart the same so that configuration file get updated?
A. Both UNIX and Linux supports POSIX reliable signals and POSIX real-time signals. Each signal has a current disposition, which determines how the process behaves when it is delivered the signal.
Generally following command is used
kill [...] - How do I find out what network services are running or listing under Linux?
Q. How do I find out what network service are running under Linux operating system?
A. For security reason it is necessary to find out what services are running. With the help of netstat command, you can print information about the Linux networking subsystem including running services. It can display program name and PID for each [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )


Recent Comments
Today ~ 1 Comment
Today ~ 5 Comments
Yesterday ~ 18 Comments
Yesterday ~ 3 Comments
Yesterday ~ 4 Comments