Linux troubleshooting: Self Learning
netstat -an | grep 12345 - to view ports which are already running | we can view process on a particular port
netstat -putan | grep 12345 - to view number of connections on port 12345
netstat -r - view route table
netstat -i - gives interfaces
netsta...
sjangaledevops.hashnode.dev1 min read