Re: question
- From: Johnny Rebel <rebelATT@xxxxxxxxxxxx>
- Date: Thu, 29 Nov 2007 20:34:58 -0500
Adil wrote:
Random question: what does this command do?
kill -HUP `ps -ef | grep ssimms | awk {'print $2'}`
Sends a HUP signal to every pid owned by user ssimms. Personally, I
probably would have done 'pkill -1 [s]simms' or 'pkill -1 -u ssimms'
JR.
--
Bill will have to take Linux from my cold, dead flippers.
-Tux.
.
- References:
- question
- From: Adil
- question
Relevant Pages
|