Update 20150326 A Peep into Process Management Commands in Linux.md

This commit is contained in:
VicYu 2015-03-30 09:48:31 +08:00
parent e0857ebb0b
commit bb17eea419

View File

@ -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/
[a]:http://linoxide.com/author/bnpoornima/