以下几种办法都可以。
# killall mozilla-bin
# ps aux | grep mozilla | awk '{print $2}' | xargs kill
# pkill mozilla
# fuser -k /dev/dsp