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 ‘ps’ command for?
How to get the last ten lines of a file using awk utility?
What are awk commands?
how to sort the content of the file based on numeric values
What is .sh file?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
What is grep command in unix with examples?
How to get a particular string as your prompt ? Give syntax of that command?
What is the command to view process running?
How does shebang work?
Name the various commands that are used for the user information in unix.
How to rename files and folders?