master
Zombie
func Zombie(pid int) (bool, error) { if pid < 1 { return false, nil } data, err := os.ReadFile(fmt.Sprintf("/proc/%d/stat", pid))