What is the command to see on which port which service is running?
Answer / Sandeep Kumar Pavaya
You can use the 'netstat' command with appropriate flags to view network connections and the ports associated with running services. For example, to list open connections, you can run `netstat -a`. To find out which port a specific service is using, you might need additional tools like 'lsof' or 'ss'. You could use commands like `lsof -i :portnumber` or `ss -t -p -a | grep :portnumber`.
| Is This Answer Correct ? | 0 Yes | 0 No |
What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?
how is "to run even after user logs out"
Explain about the command lynx?
What is $@ in makefile?
How many cmd commands are there?
How do you create a file in linux?
What is env command in linux?
Explain how you would find a specific string in a file.
in unix how to change old name to new name
What could be the problem when a command that was issued gave a different result from the last time it was used?
How to check load balance using linux command?
What are different command to check ram, process and hdd of linux machine?