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 does chmod 666 do?
How do you run command every time a file is modified?
What is $@ in makefile?
How much ram do I have linux?
What are different command to check ram, process and hdd of linux machine?
Enlist some linux to file content commands?
Which command is used to compare the files?
How is grep so fast?
How to know linux os is 32 bit or 64 bit?
What does chmod 644 do?
How do I navigate in cmd?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What command would you use to create an empty file without opening it to edit it?
What is the use of cp p command?
How do you sort cpu in top command?