# doctl nfs – DigitalOcean Documentation > The subcommands of `doctl nfs` allow you to access and manage Network File Storage. - [doctl nfs attach](https://docs.digitalocean.com/reference/doctl/reference/nfs/attach/index.html.md): Attaches an NFS share to a VPC with the given ID and region. - [doctl nfs create](https://docs.digitalocean.com/reference/doctl/reference/nfs/create/index.html.md): Create an NFS share with the provided config. - [doctl nfs delete](https://docs.digitalocean.com/reference/doctl/reference/nfs/delete/index.html.md): Delete an NFS share with the given ID and region. - [doctl nfs detach](https://docs.digitalocean.com/reference/doctl/reference/nfs/detach/index.html.md): Detaches an NFS share from a VPC with the given ID and region. - [doctl nfs get](https://docs.digitalocean.com/reference/doctl/reference/nfs/get/index.html.md): Get an NFS share with the given ID and region. - [doctl nfs list](https://docs.digitalocean.com/reference/doctl/reference/nfs/list/index.html.md): List all NFS shares in the given region. - [doctl nfs resize](https://docs.digitalocean.com/reference/doctl/reference/nfs/resize/index.html.md): Resize an NFS share with the given ID and region. - [doctl nfs switch-performance-tier](https://docs.digitalocean.com/reference/doctl/reference/nfs/switch-performance-tier/index.html.md): Switch the performance tier of an NFS share with the given ID and tier. ## doctl nfs snapshot The commands under `doctl nfs snapshot` are for managing NFS share's snapshots. - [doctl nfs snapshot create](https://docs.digitalocean.com/reference/doctl/reference/nfs/snapshot/create/index.html.md): Creates a snapshot of the NFS share with the given share ID. - [doctl nfs snapshot delete](https://docs.digitalocean.com/reference/doctl/reference/nfs/snapshot/delete/index.html.md): Delete an NFS share with the given ID and region. - [doctl nfs snapshot get](https://docs.digitalocean.com/reference/doctl/reference/nfs/snapshot/get/index.html.md): Get an NFS snapshot with the given ID and region. - [doctl nfs snapshot list](https://docs.digitalocean.com/reference/doctl/reference/nfs/snapshot/list/index.html.md): List all NFS snapshots in the given region.