Learn to use basic Linux commands (2)

With this post I will continue explaining basic Linux commands for newbies kill -9 process_pid (e.g. kill -9 2344) Process pid is unique number for each process occurs when server start (use ps x and/or ps aux command to list all active [...]