A useful trick if you're going to go the "ps | grep" route is to use egrep to avoid matching the grep itself.
Casual experimenting will lead to the discovery that "ps ux | grep ircd" will catch itself about half the time. Instead, I prefer to use something like this:
ps -uxww | egrep "[i]rcd ...
Search found 3 matches
- Mon Jun 14, 2004 4:56 pm
- Forum: General chat
- Topic: Bash script for crontab
- Replies: 9
- Views: 8195
- Mon Jun 14, 2004 4:52 pm
- Forum: Unreal 3.2 Support
- Topic: how can i use chinese nick in this ircd?
- Replies: 6
- Views: 4085
- Mon Jun 14, 2004 4:47 pm
- Forum: Unreal 3.2 Support
- Topic: Can I hide my idle time ?
- Replies: 17
- Views: 17502