From f54689c7ac989d21e89d10df0c7084b891e7d0b3 Mon Sep 17 00:00:00 2001 From: denis Date: Wed, 10 Dec 2025 07:44:15 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D1=8B=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20?= =?UTF-8?q?=D1=81=20=D1=81=D0=B5=D1=82=D1=8C=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/net.bash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bash/net.bash diff --git a/bash/net.bash b/bash/net.bash new file mode 100644 index 0000000..dc4cf0a --- /dev/null +++ b/bash/net.bash @@ -0,0 +1,6 @@ + + # Команды для работы с сетью + + + # Сканировать порты + ss -tulpn \ No newline at end of file