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 does grep v do?
Why is awk called awk?
what is the functionality of kernel in unix architecture?
How to get the operating system's information in unix?
Name the general commands in using unix os for a beginner?
How does the system know where one command ends and another begins?
Differentiate cat command from more command.
How to delete a directory containing files and folders?
How to identify whether a file is normal file or directory?
Give the command to display space usage on the UNIX file system.
distinguish between interrupts and exceptions?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?