mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
Merge pull request #836 from intermerlin/master
intermerlin translating [What Options you use for Linux killall Command ? I have 5 Options]
This commit is contained in:
commit
1f0128b03d
@ -1,3 +1,5 @@
|
||||
intermerlin Translating
|
||||
|
||||
What Options you use for Linux killall Command ? I have 5 Options
|
||||
================================================================================
|
||||
Linux command line offers various commands to kill a process. For example, the ‘kill’ command can be used to kill a process by passing its PID as an argument, the ‘pkill’ command takes a pattern as an input and all the matching running processes are killed. But there exists a command ‘killall’, which exactly matches the argument name by default, and kills the matching process. In this article, we will discuss this command with some practical examples.
|
||||
@ -154,4 +156,4 @@ via: http://linoxide.com/linux-command/linux-killall-my-options/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
Loading…
Reference in New Issue
Block a user