Linux CLI - Networking Commands
You want to list all UDP sockets that are listening and show the process using
ss. Which command is correct?ss. Which command is correct?-u UDP, -l listening, -p process info, -n numeric addresses.ss -ulpn lists UDP listening sockets with process info and numeric addresses.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions