summaryrefslogtreecommitdiff
path: root/templates/show/udp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show/udp')
-rw-r--r--templates/show/udp/node.def2
-rw-r--r--templates/show/udp/numeric/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/udp/node.def b/templates/show/udp/node.def
index 29e7548..ef9e55f 100644
--- a/templates/show/udp/node.def
+++ b/templates/show/udp/node.def
@@ -1,2 +1,2 @@
help: show UDP socket information
-run: ss -u -a -r
+run: /sbin/ss -u -a -r
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