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

How many unix commands are there?

0 Answers  


How do I search for text in vi?

0 Answers  


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

0 Answers  


What are filter commands in unix?

0 Answers  


What is the first character of the output in ls l command?

0 Answers  






What is awk command used for?

0 Answers  


What command would users use to see what file one page at a time in UNIX?

7 Answers   IBM,


What Command is used to make a directory?

4 Answers   IBM,


What are the differences among a system call, a library function, and a unix command?

0 Answers  


Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?

10 Answers   Infosys,


what is the difference between relative path and absolute path?

7 Answers  


Categories