Question

I was using the following command on my previous dedicated server with the same version of the FreeBSD installation:

# uname -a
FreeBSD 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

The command is following:

netstat -ntu -f inet

Output:

netstat: illegal option -- t

Why doesn't it work anymore? I dont have an access to my previous dedicated server so I can't use the man to check the differences...

No correct solution

OTHER TIPS

You can check man on the freebsd website

in short review i see that -t was removed in 9.X branch for some reasons

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top