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 awk good for?
What are filter commands in unix?
What does the command '$ls | wc –l > file1' do?
Which command is used to kill the last background job?
Enlist some filename manipulation commands in unix.
Is ‘du’ a command? If so, what is its use?
What is the comma to show the space allocation of files?
What is the significance of the 'tee' command?
Explain command to view process running?
What is sed awk grep?
How can you see the command line history?
why metadb requires a seperate slice to create Solaris volume manager
What is {} in find command?
What is the behavioural difference between cmp and diff commands?
What does this command do,"$more readme.txt“?