nfs
Network File System (NFS) is a networking protocol for distributed file sharing.
Basic commands
Enumerate
nmap
showmount
View the mountable share points on the remote server
Mount the remote shares
Important notes
Modifying the file permissions for a mounted folder locally may potentially affect the permission settings on the remote NFS server
Specifically, if a NFS client has sufficient privileges and the server permits it, file permission changes made to a shared mount locally (using
chmod
, etc.) will be reflected on the NFS server. This may cause unexpected changes to the permissions of a particular shared folder
Last updated