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 |
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
What is the unix command to confirm a remote host is alive or not?
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?
what do you understand by 'unix is a portable os'?
What is sed awk grep?
in UNIX ,What is the command to view contents of a large error log file?
Write a command to display a file’s contents in various formats?
If we want to see first 35 lines of a file which command we have to use?
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?
What is the use of the tee command?