answersLogoWhite

0

There are numerous commands in Linux to set up and diagnose a network.

* ifconfig - Displays status of network adapters and allows you to enable / disable them. * ping - sends packets of data to an IP address, and measures response time. * whois - displays WHOIS information (such as registered owner, netblock, IP address, etc... of a domain. * traceroute - traces routing data for your connection to a server.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is Linux networking?

The same thing as networking in Windows or OS X: The system by which Linux will be able to communicate with other computers.


What do you mean by Linux Utilities?

utilities is nothing but predefined commands in linux


How many different commands are there for Linux?

Innumerable. Remember that any program on Linux can be launched from the command line, so there are as many commands as there are programs.


What is networking with Linux?

Networking in Linux is just like networking in windows. If you are using a debian based distribution then you can use network manager to select a wireless network. If you are talking about networking as in communicating with a windows machine you can use sanba the program for that.


Which is the best field window or Linux?

i want to learn networking... which is the the best field windows networking or linux? which is the best future field? please tell me.......


Which are the networking commands in unix?

It depends on which networking protocol you are asking about. For TCP/IP, some of the common commands are: ping netstat ifconfig route traceroute


What are the Linux commands used by Oracle DBA?

ls


Explain Backup management commands in Linux?

There are no standardized commands for backing up a Linux system. Backup methods can range from dd to RAID to one of various backup utilities.


Are Linux commands entered via the command line case sensitive?

Yes. Just about everything to do with Linux on the command line is case sensitive, including commands and file names.


What are the common Linux commands by Oracle 10g?

Oracle 10g's commands are internal; they have nothing to do with what platform it is running on.


How do you find out what DOS Commands are available in Linux?

There is none. For starters, you have it backwards, DOS actually copied most of its commands from Unix (The rest came from CP/M.), which Linux is inspired by. Commands like "cd" and "dir" were Unix commands long before DOS even existed.


What is recursive behavior of command in Linux?

Recursive behavior in Linux commands involves executing an operation on a directory and all of its subdirectories and files. For example, using the -r or --recursive option with commands like cp, rm, or chmod allows these commands to apply the specified action not just to the target directory but also to all its contents recursively. This is particularly useful for managing large directory trees efficiently. However, it should be used with caution, especially with destructive commands like rm, to avoid unintentional data loss.