Sie sind auf Seite 1von 5

LINUXNETWORKING COMMANDS

1. ARP: Displays, adds and removes Address Resolution Protocol information from network devices.

2.

DIG: dig [@server] [options] [name] [type] [class] [query-options] dig @server name type dig -h
The dig command is used to query DNS servers; it is more flexible than the deprecated nslookup command. When invoked with just the -hoption, it displays a list of options for the command. If you use it without any options or arguments, it will search for the root server.

3. IfConfig: ifconfig (short for interface configuration) is a system administration utility in Unixlike operating systems to configure, control, and query TCP/IP network interface parameters from acommand line interface.

4. Ping: Helps in determining TCP/IPNetworksIP address as well as determine issues with the network and assists in resolving them.

5. NETSTAT: The netstat command is used to display the TCP/IP network protocol statistics and information.

6. Nslookup: MS-DOS utility that enables a user to look up an IP address of a domain or host on a network.

7. Traceroute: The tracert command is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.

8. W:w displays information about the users currently on the machine, and their processes. The header shows, in this order, the current time, how long the system has been running, how many users are currently logged on, and the system load averages for the past 1, 5, and 15 minutes.

9. Route:Route manipulates the kernel's IP routing tables. Its primary use is to set up static routes to specific hosts or networks via an interface after it has been configured with theifconfig program.

Das könnte Ihnen auch gefallen