Browse Source

Mention lsof works on Mac.

pull/488/head
Joshua Levy 8 years ago committed by GitHub
parent
commit
fbd091caf6
  1. 2
      README.md

2
README.md

@ -109,7 +109,7 @@ Notes:
- Use `nohup` or `disown` if you want a background process to keep running forever. - Use `nohup` or `disown` if you want a background process to keep running forever.
- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP) or `lsof -iTCP -sTCP:LISTEN -P -n`. - Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP) or `lsof -iTCP -sTCP:LISTEN -P -n` (which also works on OX X).
- See also `lsof` for open sockets and files. - See also `lsof` for open sockets and files.

Loading…
Cancel
Save