AWDisuzu
Full Access Member
perhaps there is a time bomb waiting to do an rm -rf /very_important_data
AWDisuzu said:perhaps there is a time bomb waiting to do an rm -rf /very_important_data
tidnab said:Some of you guys are bigger geeks than I realized and to you I say... ps -ef |grep geek:argh:
ntw0rk said:Sorry, you really can't kill "geek". If it's in ya, it's in ya....![]()
AWDisuzu said:he didn't kill it, he's just lookin for it.
ps -ef|grep geek |awk '{print "kill -9 "$2}' | sh -x would kill the geek
or maybe pkill -9 geek