> For the complete documentation index, see [llms.txt](https://pentesting.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/2049-tcp-nfs.md).

# 2049/TCP (NFS)

## General

```shell
/usr/sbin/showmount -e <IP-address>
```

## Nmap

```shell
nmap --script=nfs-showmount <IP-address>
```
