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 grep and sed command?
What is the search command in unix?
How to open a Database using Unix Command Please Do Reply
29. How to display top 10 users Who | head -10 | wc –w
Explain command to view process running?
Explain ‘system calls’ with respect to unix commands?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
what is the shell for dos,nt operating systems?
What is the different between UNIX command and UNIX shell script?
which command is used to identify the type of the file?
How do you create a directory in UNIX?
What are the dos commands?