2049 - NFS

Network File System

Enumeration

showmount -e <IP>

Mounting the Fileshare

mount <ip>:/ /tmp/NFS
mount -t <IP>:/ /tmp/NFS

Last updated