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

distinguish between physical addresses and logical address?

23 Answers   College School Exams Tests, CTS, Infosys, SAX, TATA, TCS,


how to change a normal file into hidden file

3 Answers  


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

0 Answers  


what are the differences between CUI and GUI interfaces?

52 Answers   College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,


By using which command we can find the CPU utilization time?

7 Answers   Amazon,






what do you understand by 'unix is a portable os'?

3 Answers   Infosys,


What is sed awk grep?

0 Answers  


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


Write a command to display a file’s contents in various formats?

0 Answers  


If we want to see first 35 lines of a file which command we have to use?

8 Answers  


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 use of the tee command?

0 Answers  


Categories