Computer Scientist

Thursday, 24 February 2011

Usefule Linux Commands:

Kill all of the specific process:

killall -9 <command name>

This is different a little from UNIX, BE CAREFUL!!