Unix / Linux: How to Create Zombie Process September 17th, 2017 Explains how zombie processes or defunct processes are created on Unix / Linux. Also explains how the zombie process can be removed from the process table. A simple C program is used to demonstrate the creation of zombie processes.
Linux: Move Running Process to Screen April 24th, 2016 Objective: Move/detach/reparent a running process to a new screen terminal.
Linux: How to View Threads of a Process April 17th, 2016 Objective: View threads of a process on Linux.