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 the command 'wc' do?

4 Answers  


What are the dos commands?

0 Answers  


What command a user use to view a long text file one page at a time in UNIX?

8 Answers   IBM,


How does a user get the current date, time in UNIX?

6 Answers   IBM,


Who command in unix operating system?

0 Answers  






what is the shell for dos,nt operating systems?

1 Answers  


Through which command will redirect output to bOth screen and files at the same time?

3 Answers  


What is the use of find command in unix?

0 Answers  


Why is awk called awk?

0 Answers  


Can you write a command to erase all files in the current directory including all its sub-directories?

1 Answers  


What is the unix command to confirm a remote host is alive or not?

0 Answers  


How to redirect standard error to a file?

2 Answers  


Categories