What is the command to check ports active in UNIX?
Answers were Sorted based on User's Feedback
Answer / manimaran
netstat -a | grep port no.
this will list down all the host which are connected to the particular port
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mudassar
netstat -nlp
or
netstat -nlp |grep processname
| Is This Answer Correct ? | 1 Yes | 1 No |
How to setup Disk space as well as memory in solaris10?
What do chmod command do?
Which RAID Levels supported by LVM?
How does the user view the contents of a text file in UNIX?
distinguish between paging and swapping?
How do you remove a crontab file?
Explain ‘system calls’ with respect to unix commands?
How to display no of records in oracle using unix command?
write grep commands to select the lines that have exactly two characters
the difference between a soft link and a hard link?
How can i know my Filesystem and its current usage in my prod UNIX system?
How do you find which version and name of unix you are using at the command prompt?