Skip to content

Commit 4672f22

Browse files
committed
Fix OS X typo name
1 parent 1003f5f commit 4672f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Notes:
109109

110110
- Use `nohup` or `disown` if you want a background process to keep running forever.
111111

112-
- 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).
112+
- 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 OS X).
113113

114114
- See also `lsof` and `fuser` for open sockets and files.
115115

0 commit comments

Comments
 (0)