diff --git a/sources/tech/What Options you use for Linux killall Command -- I have 5 Options.md b/sources/tech/What Options you use for Linux killall Command -- I have 5 Options.md index 7953c42eae..7862881e6c 100644 --- a/sources/tech/What Options you use for Linux killall Command -- I have 5 Options.md +++ b/sources/tech/What Options you use for Linux killall Command -- I have 5 Options.md @@ -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/) 荣誉推出 \ No newline at end of file +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出