mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 01:58:50 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/windows/showmount
Normal file
25
tldr/windows/showmount
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# showmount
|
||||
|
||||
> Display information about NFS filesystems on Windows Server.
|
||||
> More information: <https://learn.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}}`
|
||||
Reference in New Issue
Block a user