How to get services listening to a particular port in Linux ?
Today we will look how to get the service name listening to a particular port on Linux. The preferred and widely used command is netstat. With netstat, we can grep...
Today we will look how to get the service name listening to a particular port on Linux. The preferred and widely used command is netstat. With netstat, we can grep...
In this post we will look at the differences between NFS v2, v3, v4 and the subversions of V4 i.e. v4.1 and v4.2. Difference between NFS v2, v3 and v4...
Today we will look at an interesting feature to use linux TCP and UDP port checking process. Below two virtual device map provided by Linux. /dev/tcp/$host/$port /dev/udp/$host/$port 1. How to...