usage:
sudo mount -t nfs <target-ip>:/exported/directory /mnt/nfs- needs
sudoperms to run -t nfs: specifies the filesystem as NFS:/exported/directoryis the shared directory on the server/mnt/nfsis there it’ll be mounted locally
sudo mount -t nfs <target-ip>:/exported/directory /mnt/nfssudo perms to run-t nfs : specifies the filesystem as NFS:/exported/directory is the shared directory on the server/mnt/nfs is there it’ll be mounted locally