Share on Facebook Share on Twitter Email
Answers.com

Pkill

 
Wikipedia: Pkill

pkill is a command line utility initially written for use with the Solaris 7 operating system. It has since been reimplemented for Linux and NetBSD.

As with the kill and killall commands, pkill is used to send signals. The pkill command allows the use of extended regular expression patterns and other matching criteria.

Example usage

Kill the most recently created acroread process

$ pkill -n acroread

Send USR1 signal to acroread process

pkill -USR1 acroread

See also


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 
Learn More
Killall
Pgrep
Kill (command)

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Pkill" Read more

 

Mentioned in