pkill

From Wikipedia, the free encyclopedia

Template:Short description

Page Module:Infobox/styles.css has no content.

pkill
Template:Infobox software/simple
EnginePage Template:Plainlist/styles.css has no content.Template:EditAtWikidata
Operating systemUnix, Unix-like
PlatformCross-platform
TypeCommand
WebsiteScript error: No such module "WikidataIB".
RepositoryPage Template:Plainlist/styles.css has no content.

Script error: No such module "Check for conflicting parameters".

Page Template:Mono/styles.css has no content.pkill (see Page Template:Mono/styles.css has no content.pgrep) is a command-line utility initially written for use with the Solaris 7 operating system in 1998. It has since been reimplemented for Linux and some BSDs.

As with the Page Template:Mono/styles.css has no content.kill and Page Template:Mono/styles.css has no content.killall commands, Page Template:Mono/styles.css has no content.pkill is used to send signals to processes. The Page Template:Mono/styles.css has no content.pkill command allows the use of extended regular expression patterns and other matching criteria.

Example usage

Kill the most recently created Page Template:Mono/styles.css has no content.acroread process:

pkill -n acroread

Send a USR1 signal to Page Template:Mono/styles.css has no content.acroread process:

pkill -USR1 acroread

See also

Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

Some other unix commands related to process management and killing include:

References

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.