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 the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
What is command statement?
What are the differences among a system call, a library function, and a unix command?
What is the comma to display different lines that are found when compare two files?
What is the difference between a hard link and a soft link in Unix?
What is the comma to show the space allocation of files?
Explain the steps that a shell follows while processing a command.
How do you remove a directory?
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
distinguish between interrupts and exceptions?
What is “chmod” command?
What is the command to view process running?