CompTIA Linux+ (XK0-004) — Question 53
A systems administrator wants to download a package from a remote server. Which of the following are the BEST commands to use for this task? (Choose two.)
Answer options
- A. curl
- B. wget
- C. make
- D. tar
- E. zip
- F. nc
Correct answer: B, F
Explanation
The correct answers are B and F. 'wget' is specifically designed for downloading files from the web, making it an excellent choice. 'nc' (Netcat) can also be used to transfer files over the network, thus making it suitable for this task. The other options do not serve the purpose of downloading packages from remote servers.