Killing an outta whack webmin
ps ax | grep webmin | kill -9 `awk '{print $1}'`
TextSnippets > sysadmin >
Post code snippets. Sort by tags, people, people and tags, etc..
« Earlier | 4 items total | Later » |
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
« Earlier | 4 items total | Later » |