Create a zombie process on your LINUX system. Use the ps command to show the process with its state.

What will be an ideal response?

1) Run a shell process under your login shell.
2) Run the vi example1& command to create a background child of the new shell process.
3) Terminate the shell process. The vi process becomes a zombie process.
4) Use the ps -l command to see the state of the vi process.

Computer Science & Information Technology

You might also like to view...

The cell in which the user is currently entering data is called the active cell

Indicate whether the statement is true or false

Computer Science & Information Technology

Which method below is not part of the Iterator interface?

a) add b) remove c) next d) hasNext e) all of these are methods in the Iterator interface.

Computer Science & Information Technology