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 used to type command?
Explain the steps that a shell follows while processing a command.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do you repeat a command in terminal?
What does the command '$ls | wc –l > file1' do?
What does grep v grep do?
What difference between cmp and diff commands?
What is awk good for?
Enumerate some of the most commonly used network commands in unix?
What does the command ' $who | sort –logfile > newfile' do?
How can we use grep command in unix?
What is unix command line?
What is unix command?
What is the significance of the 'tee' command?
What is the use of awk command in unix?