Configuring libfam Config files /etc/rpc, /etc/fam.conf, /etc/inetd.conf, /etc/xinetd.d/fam or /etc/xinetd.conf Configuration Information Configuring the file alteration monitor. If you use inetd, add the fam entry to /etc/inetd.conf with the following command: echo "sgi_fam/1-2 stream rpc/tcp wait root /usr/bin/fam fam" >> /etc/inetd.conf If you use xinetd, add an entry to /etc/xinetd.conf with the following command (be sure the "nogroup" group exists): cat >> /etc/xinetd.conf << "EOF" # description: FAM - file alteration monitor service sgi_fam { type = RPC UNLISTED socket_type = stream user = root group = nogroup server = /usr/bin/fam wait = yes protocol = tcp rpc_version = 2 rpc_number = 391002 } EOF