mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 15:59:42 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/windows/nfsstat
Normal file
17
tldr/windows/nfsstat
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# nfsstat
|
||||
|
||||
> Display or reset the number of calls made to the NFS server.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/nfsstat>.
|
||||
|
||||
- Display the recorded number of calls made to the NFS server:
|
||||
|
||||
`nfsstat`
|
||||
|
||||
- Reset the recorded number of calls made to the NFS server:
|
||||
|
||||
`nfsstat -z`
|
||||
Reference in New Issue
Block a user