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 |
What is ctrl d?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
How do you grep a case insensitive?
what is exact definition of operating system?
what do you understand bythe term 'de-mountable volumes'?
What does find command return in unix?
What are file permissions in Unix, and how are they represented?
What is the use of the tee command?
What is the different between UNIX command and UNIX shell script?
How would you find the size of a file or directory?
Name the general commands in using unix os for a beginner?
what is the meaning of this command rm -rf / what will it do ?