SSH netstat command

If you wish to debug or track statistics of your network in a Linux environment you can use SSH netstat command. In this article, we will show you the basic usage of the SSH netstat command that you can master on SSH VPS or a Dedicated Server.

Displaying all sockets – TCP and UDP with SSH netstat command

netstat -a

Displaying specific protocols using netstats and SSH

netstat -at # TCP
netstat -au # UDP

Displaying all listening ports

netstat -l
netstat -lt # TCP listening

Displaying all listening, over TCP and UDP, in numeric and their ports

netstat -tulnp
  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

SSH ip command

If you wish to obtain information about your server’s IP on a Linux machine using SSH you can use...

SSH rm command

If you wish to remove a file or folder from your Linux system you can use SSH rm command. In this...

SSH echo command

One of the most useful commands in a Linux environment is echo. With it, you can provide output...

SSH history command

If you wish to find what commands you have previously executed in a Linux environment you can use...

SSH cd command

SSH cd command is mainly used to navigate in your Linux environment. In this article, we’ll show...

Powered by WHMCompleteSolution