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


Click here to return to the 'Easy AFP Reset' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Easy AFP Reset
Authored by: sbbeachvball on Sep 30, '05 04:33:34PM

A HUP signal seemed to work for me. So this one liner should work.
Running the grep in the backticks often finds itself, so the grep -v grep
excludes it from the results...

kill -HUP `ps x | grep AppleFileServer | grep -v grep | awk '{print $1}'`

---
Aaron Martin
CNT Crustal Studies, UCSB



[ Reply to This | # ]