Finding a Specific Port
Using lsof (List Open Files):
bash
sudo ss -tulnp | grep :8080Using lsof (List Open Files):
bash
sudo lsof -i :8080linux-command/ss.md
Related articles
- Linux Commandnslookup is a command-line tool used to query DNS (Domain Name System). It lets you find the IP address of a domain, perform reverse lookups, and query specific DNS records.Query a specific DNS server Find the IP address (A record) Find IPv6 address (AAAA record) Find MX (Mail Exchange) records Find NS (Name Server) records Find TXT records
- Linux CommandCreate the user and home directory in arch linuxSet passworrd
- Linux CommandCurlCurl — notes from the Linux Command collection.
- Linux CommandDnslookupDnslookup — notes from the Linux Command collection.