2021-07-09 #cli #unix-things-i-always-forget
Finding out which ports are in use
Sometimes you want to spin up a process, but the port it wants to bind to is already in use. Or a port isn't listening to a process as you expected. lsof
is a debugging life saver in these situations.