summaryrefslogtreecommitdiff
path: root/templates/show
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show')
-rw-r--r--templates/show/tcp/all/node.def2
-rw-r--r--templates/show/tcp/node.def2
-rw-r--r--templates/show/tcp/numeric/node.def2
-rw-r--r--templates/show/udp/node.def2
-rw-r--r--templates/show/udp/numeric/node.def2
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/show/tcp/all/node.def b/templates/show/tcp/all/node.def
index 52c3893..6aa1cae 100644
--- a/templates/show/tcp/all/node.def
+++ b/templates/show/tcp/all/node.def
@@ -1,2 +1,2 @@
help: show all TCP connections
-run: ss -t -a
+run: /sbin/ss -t -a
diff --git a/templates/show/tcp/node.def b/templates/show/tcp/node.def
index 07d04a6..8b6c99b 100644
--- a/templates/show/tcp/node.def
+++ b/templates/show/tcp/node.def
@@ -1,2 +1,2 @@
help: show TCP connection information
-run: ss -t -r
+run: /sbin/ss -t -r
diff --git a/templates/show/tcp/numeric/node.def b/templates/show/tcp/numeric/node.def
index 35a13fe..7df9efe 100644
--- a/templates/show/tcp/numeric/node.def
+++ b/templates/show/tcp/numeric/node.def
@@ -1,2 +1,2 @@
help: show TCP connection without resolving names
-run: ss -t -n
+run: /sbin/ss -t -n
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