United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
A process with the parent ID 1 means that it is child process of init. The process init is protected from even the command kill -9 init (which is a command that usually means "kill this process, regardless of anything else").
These process cannot be killed without a reboot. To kill a zombie child process of init, the computer must be rebooted.
One option that may work is to try a "lazy unmount" by issuing the following command:
umount -l filesystem
This is an option that unmounts a filesystem and cleans up references to it when the filesystem is no longer busy.
Note: This procedure may work, but a reboot of the system is the only sure way to remove these processes.