0

I have learned from this Linux NFS-HOWTO that in order to setup a NFS server, the daemon portmap must be run first.

But why I cannot find any portmap process using ps aux | grep.

My system is Ubuntu 12.10 and I set up my NFS server under the instruction from SettingUpNFSHowTo.

Yishu Fang
  • 9,448
  • 21
  • 65
  • 102

1 Answers1

3

The portmap process on Ubuntu 12.10 is called "rpcbind". It's usually running on port 111. You can use the "rpcinfo" command to query it also. Hope that helps.

MeSee
  • 459
  • 6
  • 7