Summary
Mount NFS Share
Command
mount 127.0.0.2:/remoteShareName /localShare -t nfs -o nolock
Description
127.0.0.2 is the remote IP address
remoteShareName is the share name identified
localShare is the folder to mount the remoteShareName to
-t nfs use the Network File System protocol
-o nolock disable file locking for the share
Nessus Plugin ID 15984