What is the command to check ports active in UNIX?
Answer Posted / mudassar
netstat -nlp
or
netstat -nlp |grep processname
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is command substitution?
What is the behavioural difference between cmp and diff commands?
What is the use of tee command?
How do you grep a case insensitive?
What are some command words?
What are the unix commands?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Who invented grep?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do I use nslookup?
Can you explain a little bit about command substitution?
How do I run a whois command?
What is grep and how do you use it?
Can you enlist some commonly used network commands?
Differentiate cmp command from diff command.