Advertisement
doranchak

Untitled

Sep 23rd, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. [dev-user@localhost ~]$ ss -tulpn|grep LISTEN
  2. tcp LISTEN 0 128 *:111 *:*
  3. tcp LISTEN 0 5 192.168.122.1:53 *:*
  4. tcp LISTEN 0 128 *:22 *:*
  5. tcp LISTEN 0 128 127.0.0.1:631 *:*
  6. tcp LISTEN 0 128 *:5432 *:*
  7. tcp LISTEN 0 100 127.0.0.1:25 *:*
  8. tcp LISTEN 0 1 127.0.0.1:9000 *:*
  9. tcp LISTEN 0 100 127.0.0.1:9001 *:*
  10. tcp LISTEN 0 100 127.0.0.1:9002 *:*
  11. tcp LISTEN 0 128 [::]:111 [::]:*
  12. tcp LISTEN 0 50 [::]:30000 [::]:*
  13. tcp LISTEN 0 128 [::]:8080 [::]:*
  14. tcp LISTEN 0 128 [::]:22 [::]:*
  15. tcp LISTEN 0 128 [::1]:631 [::]:*
  16. tcp LISTEN 0 128 [::]:5432 [::]:*
  17. tcp LISTEN 0 100 [::1]:25 [::]:*
  18. tcp LISTEN 0 50 [::]:27002 [::]:*
  19. tcp LISTEN 0 50 [::]:45344 [::]:*
  20. tcp LISTEN 0 50 [::]:37003 [::]:*
  21. tcp LISTEN 0 50 [::]:7020 [::]:*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement