pepe escribi�: > STATDOPTS=--port 4000 > > [...] > > Sin embargo, mirad c�mo explota: > > pepe:~$ sudo /etc/init.d/nfs-common restart > /etc/init.d/nfs-common: line 4: 4000: command not found > pepe:~$ sudo /etc/init.d/nfs-kernel-server restart > /etc/init.d/nfs-kernel-server: line 5: 4002: command not found > [...] > �Ideas?
Si lo va a leer el shell, yo pondr�a comillas: RPCMOUNTDOPTS="--port 4002"

