replacement for netstat is ss
-
ss is to be the replacement for netstat going forward. It isnt included in Centos7 by default.
useful netstat command isnetstat -tulpn
the closest equivalent i can find with ss is
ss -atunr
ss -atun
adding p at the end of each of these commands will also give you the processes using them.
Still not the same as netstat -tulpn but close. -
netstat is still available and I almost universally just install it.
-
yeas it is a lot of time since developers have created a new gen of net tools but still I feel more confy with old stile commands
-
@matteo-nunziati said in replacement for netstat is ss:
yeas it is a lot of time since developers have created a new gen of net tools but still I feel more confy with old stile commands
Yeah, I'm more comfortable with the new things like ip instead if ifconfig every day, but still seems odd at times.