answersLogoWhite

0


Best Answer

Active TCP connections

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What information can be gathered by using the command netstat?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What information can be gathered by using the command?

internal information is the intended information for an organisation


How can you see a log of internet connections using command prompt in windows vista?

use the netstat command.


How do you find out which port is being used by which process in a Unix environment?

There is one general command for the UNIX (actual UNIX not Linux) which will yield which port is being used by what service: lsof -i For Linux it is: netstat For more information for either command, please see these sources: lsof http://www-uxsup.csx.cam.ac.UK/security/lsof.HTML netstat http://www-uxsup.csx.cam.ac.UK/security/netstat.HTML Additional : 'netstat' is a standard tcp/ip utility, so it will work on all platforms using tcp/ip, including windows.


How would you define a myth using the information you gathered?

internal information is the intended information for an organisation


What is the netstat command in Linux?

netstat----------most useful and very versatile for finding connection to and from the host. you can find out all the mulitcast groups (network) subscribed by this host by issuing "netstat -g"netstat -nap | grep port will display process id of application which is using that portnetstat -a will display all connections including tcp and udpnetstat --tcp will display only tcp connectionnetstat --udp will display only udp connectionnetstat -g will display all multicast network subscribed by this host.


Information that is gathered by using the senses is called what?

Information that we obtain by means of our senses is called observation.


What command provides on screen information about the program your using?

KAIMAN


What is the use of net BIOS?

netbios is built in application in dos command mode we can use netbios in command mode. Its a default in every system that is installed with xp using netbios we can see the types of protocols used types and ip addresses of currently using servers we can also trace out ip addresses of th e servers that are connected with our servers we can also remotely work with other computers using netbios command mode some of the commands are netstat, nbtstat, tracer (posted by earningsmugglers@gmail.com)


Write the Linux command to display the information about LS command?

Using man ls will open the manual page for the ls command. The ls command lists the files and folders in the current directory.


How can you tell if a computer on your home network is accessing your wireless computer?

Press Win+R, then type cmd. In cmd window type netstat. It will show you all connected computers to the one you are using at the moment. You can use different parameters to sort netstat output.


What are Significant switches that can be used with the PS command?

It depends on what information you are looking for, and the exact Unix system you are using. Take a look at the 'man ps' command on your system to find out the switches that give the information you are most interested in looking at.


Where can one gain more information about how to use the Linux terminal?

At the command prompt, type 'man [command]' (removing the brackets and substituting the command for which you need information).