From 14437275537c9b562f7a57e922306b17826de5b6 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Sat, 6 May 2023 17:18:42 -0500 Subject: README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7836acf..f7ad16d 100644 --- a/README.md +++ b/README.md @@ -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'` -- cgit v1.2.3