Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux kill all zombie processes

kill -9 $(ps -A -ostat,ppid | grep -e '[zZ]'| awk '{ print $2 }')
Comment

linux kill all zombie processes

kill -HUP $(ps -A -ostat,ppid | awk '{/[zZ]/{ print $2 }')
Comment

PREVIOUS NEXT
Code Example
Shell :: aws cli stop rds instance 
Shell :: react quill 
Shell :: permissions do not allow pasting files in this directory 
Shell :: anydesk command line CENTOS 
Shell :: vim yank line 
Shell :: how to use brew to install ganache 
Shell :: update msfconsole 
Shell :: download chromium-browser/libffmpeg.so 
Shell :: set ubuntu display landscape 
Shell :: linux unity reinstall 
Shell :: bash get lines between 
Shell :: inicializar as credenciais no git 
Shell :: git first time 
Shell :: append two image terminal 
Shell :: step to install vue project in visual studio code 
Shell :: git set up 
Shell :: ubuntu theme change command 
Shell :: change keyboard layout linux 
Shell :: Ansible gather facts with adhoc command 
Shell :: conda install libglu1 
Shell :: pip info package location 
Shell :: mikrotik reboot bash sintakx 
Shell :: input prompt in command line 
Shell :: install sdl msys2 
Shell :: kubectl expose 
Shell :: how set php version for composer in ubuntu 
Shell :: powershell pip install module 
Shell :: sum of output unix 
Shell :: how to push current code to new branch git 
Shell :: download powershell 7.2.1 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =