How to monitor ports in a linux machine, with single
command?
Answers were Sorted based on User's Feedback
Answer / sarath
netstat -anpc
a:all listening ports and established connections
n:numeric host:port values
p:programs
c:continuous monitor
| Is This Answer Correct ? | 3 Yes | 1 No |
nmap is not the default available command.we can use netstat
netstat -nl, netstat -nltp ,netstat -nulp
| Is This Answer Correct ? | 0 Yes | 1 No |
1.what is Kernel parameters? 2.how many cpu have use in your machine?
Who linux commands?
What is grep command?
if i have one folder say aaa and that folder having 100 files from that 50 files there aaa word is written how to find in which aaa is writen and without opening that file
What does the top command display?
To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob
What is the role of case sensitivity in affecting the way commands are used?
What is the purpose of the "top" command?
What does sh do in linux?
how do you configure linux system as a router?
How can you check the amount of lines in a file?
Explain about the command lynx?