From bb17eea419213c3c6fdf06bce3cf1c74c4d033e7 Mon Sep 17 00:00:00 2001 From: VicYu Date: Mon, 30 Mar 2015 09:48:31 +0800 Subject: [PATCH] Update 20150326 A Peep into Process Management Commands in Linux.md --- ...150326 A Peep into Process Management Commands in Linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/tech/20150326 A Peep into Process Management Commands in Linux.md b/sources/tech/20150326 A Peep into Process Management Commands in Linux.md index f05ed62768..e1df53bab5 100644 --- a/sources/tech/20150326 A Peep into Process Management Commands in Linux.md +++ b/sources/tech/20150326 A Peep into Process Management Commands in Linux.md @@ -1,3 +1,5 @@ + Vic020 + A Peep into Process Management Commands in Linux ================================================================================ A program in execution is called a process. While a program is an executable file present in storage and is passive, a process is a dynamic entity comprising of allocated system resources, memory, security attributes and has a state associated with it. There can be multiple processes associated with the same program and operating simultaneously without interfering with each other. The operating system efficiently manages and keeps track of all the processes running in the system. @@ -188,4 +190,4 @@ via: http://linoxide.com/linux-command/process-management-commands-linux/ 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 -[a]:http://linoxide.com/author/bnpoornima/ \ No newline at end of file +[a]:http://linoxide.com/author/bnpoornima/