diff options
Diffstat (limited to 'templates/show/udp/numeric/node.def')
-rw-r--r-- | templates/show/udp/numeric/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/udp/numeric/node.def b/templates/show/udp/numeric/node.def index 6eae466..cb43a91 100644 --- a/templates/show/udp/numeric/node.def +++ b/templates/show/udp/numeric/node.def @@ -1,2 +1,2 @@ help: show UDP socket information without resolving names -run: ss -u -a -n +run: /sbin/ss -u -a -n |