Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the process states in Unix?
Home
Linux
What are the process states in Unix?
asked
Aug 29, 2019
in
Linux
by
Robin
What are the process states in Unix?
#linux
#linux-log
#linux-dedicated-web-hosting
#load-balancing-software-linux
#linux-http-file-server
#linux-vps-hosting-comparison
#linux-ip-pbx
#linux-iscsi-server
#linux-backup-appliance
#linux-monitoring-web
#sql-server-in-linux
#network-testing-tools-linux
#what-is-audit-log-in-linux
#vmware-view-linux-client
#linux-backup-and-restore-commands
#linux-file-permissions
#hyper-v-manager-for-linux
#linux-certification
#linux-training
#linux-tutorial
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 31, 2019
by
sheetalkhandelwal
As a process executes it changes state according to its circumstances. Unix processes have the following states: Running : The process is either running or it is ready to run . Waiting : The process is waiting for an event or for a resource. 3/28/2017 Red Hat linux interview Questions & Answers part 1
http://www.nextstep4it.com/redhatlinuxinterviewquestionsandanswerspart1/
3/3 < PREV NEXT > Stopped : The process has been stopped, usually by receiving a signal. Zombie : The process is dead but have not been removed from the process table.
...