How to see unused port number in Solaris?
Answers were Sorted based on User's Feedback
Answer / kiruthiga.s
cat /etc/services in this file all port details are listed.
or
netstat |grep-i nonlisten
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / kiruthiga.s
/etc/services will have all the port details or netstat |
grep nonlisten
| Is This Answer Correct ? | 0 Yes | 2 No |
What is s and g in sed command?
How do you list the files in an UNIX directory while also showing hidden files?
What is a Unix signal, and how do you handle them?
In vi editor how do you execute unix commands?
Enumerate some of the most commonly used network commands in unix?
how to sort the content of the file based on numeric values
how to unzip the contents of the gzip file
How do you remove a directory?
What is a command and examples?
What is difference between grep and find command in unix?
How do I open a port?
distinguish between physical addresses and logical address?