Reference no: EM13162984
1. Process can be in different states to allocate the resources better. List the symbol and meaning for each of these states
2. What does it mean to spawn a process?
3. How can you determine what processes are owned by the current login user?
4. Compare and contrast a job number with a process identification number
5. For this questions, refer to the following listing:
[2] Stopped sort /etc/passwd
[3] - Stopped vi .cshrc
[4] + Stopped more .login
[5] Running find / -name foo
(1) What command would you use to bring the vi editor to the foreground?
(2) What is the command you would use to kill the more?
(3) What is the command you would use to get this listing?
6. Compare and contrast background and foreground jobs. Include the syntax you use to place a command in foreground and in background.()
7. What is the function of jobs command?
8. How do you bring a job from foreground to background? Write down the steps