I know ssh, telnet, dns,apache all are worked on TCP/UDP
but i want to know any one service which are working on UDP
only?
Answer Posted / venkat
Use the below command to check services only running on UDP :
netstat --udp --listening --program
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is du -s * | sort -k1,1rn | head command used for?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
Is python faster than bash?
How do I know my linux shell version?
What is difference between egrep and grep?
The ‘logout’ built in command is used to
What is kill 9 in linux?
Is cmake only for c++?
How do I find hostname in linux?
Why do we use cmake?
How do you execute more than one command or program from a single command line entry?
What is makefile in unix?
How do I list all processes in linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
What is in mkdir command?