What is the command to check ports active in UNIX?
Answers were Sorted based on User's Feedback
Answer / manimaran
netstat -a | grep port no.
this will list down all the host which are connected to the particular port
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mudassar
netstat -nlp
or
netstat -nlp |grep processname
| Is This Answer Correct ? | 1 Yes | 1 No |
How can you create a symbolic link to a file or directory?
How to see unused port number in Solaris?
How does the system know where one command ends and another begins?
What will the following command do?
How do I run a whois command?
Write a command to kill the last background job?
How do I use grep to find a file?
Through which command will redirect output to bOth screen and files at the same time?
what are the different commands used to create files?
How to use grep command to list find the records of a file containing 10 different strings?
Explain command to view process running?
write grep commands to select the lines that have exactly two characters