0% found this document useful (0 votes)
10 views1 page

Wget Command Guide for Linux Users

Wget is a command-line tool for downloading files from the internet, supporting HTTP, HTTPS, and FTP protocols. It allows non-interactive downloads, resuming, and recursive downloads, making it suitable for scripts and automation. The basic syntax for using wget is 'wget [options] [URL]', with an example provided for downloading a file from a specified URL.

Uploaded by

somiprasad143
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Wget Command Guide for Linux Users

Wget is a command-line tool for downloading files from the internet, supporting HTTP, HTTPS, and FTP protocols. It allows non-interactive downloads, resuming, and recursive downloads, making it suitable for scripts and automation. The basic syntax for using wget is 'wget [options] [URL]', with an example provided for downloading a file from a specified URL.

Uploaded by

somiprasad143
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Wget command:

wget is a command-line tool used to download files from


the internet in Linux and other Unix-like systems.
Key Features:
 Works with HTTP, HTTPS, and FTP protocols.
 Can download files non-interactively, making it
useful in scripts and automation.
 Supports resuming downloads, recursive downloads,
and downloading entire websites.
Basic Syntax:
wget [options] [URL]
Example:
wget [Link]
This downloads [Link] from the specified URL to your
current directory.

To edit Jenkins password after activating the Jenkins


cat /var/lib/Jenkins/initialpassword/

You might also like