From 61148b40d749a993b72da689820812ae88a40116 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Fri, 10 Jun 2022 13:44:13 -0500 Subject: [PATCH] Delete zombieprocs.sh --- ZFS/zombieprocs.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 ZFS/zombieprocs.sh diff --git a/ZFS/zombieprocs.sh b/ZFS/zombieprocs.sh deleted file mode 100644 index ddb121b..0000000 --- a/ZFS/zombieprocs.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -# Linux ps -ps ax -o pid,ppid,s,cmd |awk '$3 ~ /Z/' -# ^ Print pid, parent pid, State, commandline and only print if 3rd column matches Z = zombie - -# kill -9 on the PARENT pid, should clear them up