On Sat, 17 Jun 2006, Dan Nelson wrote:

"fstat | grep pipe" will tell you what processes have them open on what
fds.  pipes on fds 0, 1 and 2 are probably from shell pipelines.

Yowch, everything uses a pipe ... most of it is postfix related stuff, mind you ...

pluto# fstat | grep pipe | awk '{print $2}' | sort -u
anvil
cleanup
csh
flush
fstat
grep
httpd
imapd
inetd
java
lmtp
lmtpd
local
master
nsd
perl5.8.8
php
pickup
pop3d
proxymap
qmgr
sh
smtp
smtpd
sshd
trivial-rewrite
pluto# fstat | grep pipe | awk '{print $2}' | wc -l
    8707

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]                              MSN . [EMAIL PROTECTED]
Yahoo . yscrappy               Skype: hub.org        ICQ . 7615664
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to