Killing an outta whack webmin
ps ax | grep webmin | kill -9 `awk '{print $1}'`
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Jason Hoffman http://textdrive.com/
ps ax | grep webmin | kill -9 `awk '{print $1}'`
pw groupadd textdrive pw useradd textdrive -m -c "Main Textdrive account" -d /home/textdrive -s /bin/tcsh -G textdrive -k /usr/share/skel/
passwd textdrive
ps axu | grep user | kill -9 `awk ‘{print $2}’`
ps axu | sort -rn | more