How to see unused port number in Solaris?

Answers were Sorted based on User's Feedback



How to see unused port number in Solaris?..

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

How to see unused port number in Solaris?..

Answer / kiruthiga.s

/etc/services will have all the port details or netstat |
grep nonlisten

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

What does grep v do?

0 Answers  


Why is awk called awk?

0 Answers  


what is the functionality of kernel in unix architecture?

13 Answers   HCL,


How to get the operating system's information in unix?

6 Answers   IBM, TCS,


Name the general commands in using unix os for a beginner?

0 Answers  


How does the system know where one command ends and another begins?

0 Answers  


Differentiate cat command from more command.

0 Answers  


How to delete a directory containing files and folders?

3 Answers  


How to identify whether a file is normal file or directory?

3 Answers  


Give the command to display space usage on the UNIX file system.

16 Answers  


distinguish between interrupts and exceptions?

2 Answers   Infosys, Wipro,


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

0 Answers  


Categories