来自: <<Red Hat Linux 8 宝典>>
代码:#!/bin/bash#for i in `echo $*`;do for j in 15 2 1 9;do kill -$j $i && sleep 1 donedoneexit 0