Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use killall, no need for ps' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use killall, no need for ps
Authored by: JJ on Jan 10, '04 09:51:48AM

to do this by name, instead of having to look up the processid, just type:

killall -HUP Finder

or if you want to see what would happen first:

killall -s -HUP Finder

and of course,

man killall

is your friend



[ Reply to This | # ]