TLDR
Enter a command. For example: reg export, powershell, choco.

showmount

 
Display information about NFS filesystems on Windows Server. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/showmount.
 
  • Display all exported filesystems:
     
    showmount -e
     
  • Display all NFS clients and their mounted directories:
     
    showmount -a
     
  • Display all NFS mounted directories:
     
    showmount -d
     
  • Display all exported filesystems for a remote server:
     
    showmount -e {{server_address}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.