Skip to content

ipsosante/kill-orphan-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kill Orphan Process

An utility script for kill orphan process tree in linux/unix system.

$ killorphanprocess  --help

Usage: killorphanprocess [OPTIONS]

  An utility command for killing all orphan processes on unix/linux system

Options:
  --process-name TEXT         all child processes for <process-name> will be
                              killed

  --terminate-father-process  kill father process
  -f, --force                 never prompt before removal
  --dry-run                   do not kill anything but log the list of
                              processes to kill

  --debug                     debug mode
  --help                      Show this message and exit.