Tips / Linux
Kill multiple pid process finding pattern on a ps command output
Author: Katrame
Visits: 1827
Date: 07.02.2008
Author: Katrame
Visits: 1827
Date: 07.02.2008
# ps -aef|grep ssh|grep -v grep|grep username|tr -s ' '| cut -f2 -d ' '| xargs kill -9
Page 1 of 1
Se vuoi discutere con noi su questo articolo o comunque vuoi porci delle domande usa il nostro Forum

