diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-06 17:18:42 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-06 17:18:42 -0500 |
commit | 14437275537c9b562f7a57e922306b17826de5b6 (patch) | |
tree | 0cd594dde27179a02fac77c3c06d511e43a6126c | |
parent | cb2df7b62b6ce46f1303e5453fa569583284be5e (diff) | |
download | gpt-chat-cli-14437275537c9b562f7a57e922306b17826de5b6.tar.xz gpt-chat-cli-14437275537c9b562f7a57e922306b17826de5b6.zip |
README.md typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ open TCP sockets on a specific port. The command to list all open TCP sockets on port 8080 is `sudo lsof -i :8080` -[#] Can do do this with ss? +[#] Can you do this with ss? [gpt-3.5-turbo-0301] Yes, you can also use the `ss` (socket statistics) command to list all open TCP sockets on port 8080. The command to list all open TCP sockets on port 8080 using `ss` is `sudo ss -tlnp 'sport = :8080'` |