HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

snmpdf — Fetch disk space usage information. More information: <https://manned.org/snmpdf>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
spaceusagecommanddisksnmpdfclifetchinformation

Problem

How to use the snmpdf command: Fetch disk space usage information. More information: <https://manned.org/snmpdf>.

Solution

snmpdf — Fetch disk space usage information. More information: <https://manned.org/snmpdf>.

Fetch the disk space usage:
snmpdf -v {{version}} -c {{community}} {{ip_address}}


Display help:
snmpdf {{[-h|--help]}}

Code Snippets

Fetch the disk space usage

snmpdf -v {{version}} -c {{community}} {{ip_address}}

Display help

snmpdf {{[-h|--help]}}

Context

tldr-pages: common/snmpdf

Revisions (0)

No revisions yet.