![]() | ![]() |
and then link this script to a hard or soft link in /etc/rc3.d to start it before the NFS server.#!/bin/sh PCNFSD_NAME=hclnfsd # in /opt/pcnfs/bin PATH=/opt/pcnfsd/bin:$PATH export PATH case "$1" in start ) # The named directory is used as a temporary area for print spool files. $PCNFSD -A /var/run ;; stop ) pkill $PCNFSD ;; esac exit 0
![]() | ![]() | ![]() |
10.2. Limitations of PC/NFS | ![]() | 10.4. Common PC/NFS usage issues |
Copyright © 2002 O'Reilly & Associates. All rights reserved.