systemctl list-units --type=service --state=running

Ответить
ya
^-^
Сообщения: 2336
Зарегистрирован: 16 дек 2021, 19:56

systemctl list-units --type=service --state=running

Сообщение ya »

Код: Выделить всё

ss -tuln | grep LISTEN

Код: Выделить всё

lsof -i :443

Код: Выделить всё

netstat -tuln | grep LISTEN

Код: Выделить всё

systemctl list-units --type=service --state=running

Код: Выделить всё

systemctl list-sockets
Ответить