5 lines
71 B
Text
5 lines
71 B
Text
|
#!/bin/sh
|
||
|
/usr/sbin/portmap
|
||
|
/usr/sbin/rpc.mountd -r
|
||
|
/usr/sbin/rpc.nfsd
|