How do I display information from /proc such as memory, Load average, uptime, page activity, context, disk status, interrupts using a shell or perl script?
{ 7 comments }
How do I display information from /proc such as memory, Load average, uptime, page activity, context, disk status, interrupts using a shell or perl script?
{ 7 comments }
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 [...]
{ 0 comments }