Network File System (NFS) is a protocol that allows the ability to transfer files between different computers and is available on many systems, including MS Windows and Linux. Consequently, NFS makes it easy to share files between various operating systems.
We can see the shared files using the command showmount. The -e or –exports show the NFS server’s export list.
Syntax – showmount -e IP_ADDRESS
The shares can be mounted using the mount command; syntax – mount IP:/share Folder_Name.
Command to get the MD5 hash of any file – md5sum filename
This was an easy lab, few but new learnings.