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...

没有正确的解决方案

其他提示

You can check man on the freebsd website

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top