FG

Linux-like top/netstat/etc. on Mac OS X?

Fresh3 days ago
Mar 15, 202617955 views
Confidence Score0%
0%

Problem

Unix utilities on Mac OS X are quite painful to use. and a few other such replacements fix most of them, but it leaves some in broken Mac OS X defaults - most annoyingly and , but I'm sure I could think of a few more. I'm guessing that commands like and are quite OS specific, so just grabbing sourc…

Error Output

port install coreutils +with_default_names

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Linux-like top/netstat/etc. on Mac OS X?

Low Risk

Many netstat features can be replaced with a lsof command. I was often using to find out who was listening on port 1234. With lsof (that is available on both systems), I can do: The top command on OSX is not bad either, it's just different. And I'm …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment