ss - Show sockets netstat - Network status ntop - Show major network users ifconfig - Show interfaces ping <address> - Is <address> responding? ifup eth0 - Bring first ethernet port up ifdown eth0 - Bring first ethernet port down wireshark - Listen to traffic lsof - List open files (including sockets) nc - Send to a socket telnet - Connect to a port ssh - Make a secure connectionSee man <command> for more info.
Computer Tips - What are the Linux networking utilties?
Date: 2009mar23
OS: Linux
Level: beginner
Q. What are the Linux networking utilties?
A.