Linux system management and maintenance - wget command

  
 

Function Description: Download a software from the network. This command is very useful for the Linux system that can connect to the Internet. You can download the software you need directly from the network. Use the format: wget [URL to download the software] Example: To download a linux 2.6.26 kernel, you can use the following command: [root@localhost~]#wget \\> http://www.kernel.org/pub/Linux/kernel/v2.6/patch-2.6.26.bz2--09:35:32-- http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.26. Bz2=> `patch-2.6.26.bz2'Resolving www.kernel.org... 204.152.191.5, 204.152.191.37Connecting to www.kernel.org

Copyright © Windows knowledge All Rights Reserved