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 |
what do you understand by 'unix is a portable os'?
What is Unix, and how does it differ from other operating systems?
Give the command to display space usage on the UNIX file system.
What is ‘ps’ command for?
what is the command to find out which shell you are running?
What is the difference between udp and tcp?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
what is the command to print last 8 lines of any text file.
What UNIX command will control the default file permissions when files are created?
What are the commands in UNIX to list the files in a Directory?
What does the command ' $who | sort –logfile > newfile' do?
How do you find path of a directory? Give its syntax.