linux technotes
FOR ALL LINUX UPDATES SEARCH YOUR TOPIC ON LEFT CORNER TAB
Pages
Home
LINUX
Linux For Beginners
CONTACT US
Unix forum
Tuesday, June 6, 2017
Basic for lo script in unix ?
lets assume you have kill 100's of process id's on server . then
put all your process id's in one file for ex # /tmp/test
for i in `cat /tmp/test`
do
kill -9 $i
done
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)