Archives

Archive for July, 2010

Don’t be ruthless to your processes

It’s a common (while wrong) practice while administering *NIX/BSD servers (or even stations) to terminate hanged processes with the kill command.

Although the name suggests that it will mercilessly murder the process, its more a signal thrower. Signals tell processes to take determinate actions such as pause, continue, terminate, interrupt current work etc.
Read the full article