diff options
Diffstat (limited to 'templates/show/system/connections/tcp')
-rw-r--r-- | templates/show/system/connections/tcp/all/node.def | 2 | ||||
-rw-r--r-- | templates/show/system/connections/tcp/node.def | 2 | ||||
-rw-r--r-- | templates/show/system/connections/tcp/numeric/node.def | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/templates/show/system/connections/tcp/all/node.def b/templates/show/system/connections/tcp/all/node.def deleted file mode 100644 index 52c3893..0000000 --- a/templates/show/system/connections/tcp/all/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: show all TCP connections -run: ss -t -a diff --git a/templates/show/system/connections/tcp/node.def b/templates/show/system/connections/tcp/node.def deleted file mode 100644 index 07d04a6..0000000 --- a/templates/show/system/connections/tcp/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: show TCP connection information -run: ss -t -r diff --git a/templates/show/system/connections/tcp/numeric/node.def b/templates/show/system/connections/tcp/numeric/node.def deleted file mode 100644 index 35a13fe..0000000 --- a/templates/show/system/connections/tcp/numeric/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: show TCP connection without resolving names -run: ss -t -n |