Friday, September 2, 2016

killall

killall
command is very similar to the kill command. The syntax is almost the same. The key difference is that killall uses the command name of the process to be killed instead of its PID.


>killall –15 vi

No comments:

Post a Comment