A systems technician needs to install a third-party software package. Which of the following commands would allow the technician to download this software package from a remote server?
The wget command is used to download files from remote servers via HTTP, HTTPS, and FTP.
Option D (Correct): wget retrieves files from a specified URL.
Option A (netstat): Used to display network connections, not for downloading files.
Option B (nc – Netcat): Used for networking and port scanning, not file downloads.
Option C (telnet): Used for remote terminal connections, not for downloading files.
[Reference: CompTIA Linux+ XK0-005 Official Guide – Chapter on Package Management., , , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit