Linux network management command list

  
                

There are many kinds of Linux commands, so what commands do you need to manage your network? The following small series will give you the Linux commands that the management network must know. Interested friends will come to understand it.

Most commands can be executed in the graphical desktop, even if the terminal is no experience with Linux users will often use the ping command to execute or other network diagnostic tool.

curl & wget

Using curl or wget commands, you can download files without leaving the terminal. If you use curl, type curl -O followed by a file path. Wget does not require any options. The downloaded file is in the current directory.

curl -O website.com/file

wget website.com/file

ping

ping packets sent to your specified ECHO_REQUEST address. This way you can easily confirm whether your computer and the Internet or a specific IP address is connected. Use the -c switch to specify the number of ECHO_REQUEST packets to send.

ping -c 4 google.com
Previous12345Next page Total 5 pages

Copyright © Windows knowledge All Rights Reserved