2049 nfs
distributed file system protocol, allowing a user on a client computer to access files over a computer network

Thhis command shows what ip can access what files.
In this case, any IP can mount the "amir" folder.
Mount the share:
m
ount - t nfs IP:/home/amir /mnt/Shares
- -t specifies the mount type, IP: shared folder location and then the last part specifies the local shared location
Last modified 1yr ago