Refer to the exhibit.

A network engineer must copy the ''config.txt'' file from directory TEST to directory PROD. The copied file must also be renamed into ''current.txt''. Which command must be used to accomplish these tasks?
To copy a file from one directory to another and rename it in the process, the cp (copy) command in Linux can be used with the appropriate source and destination paths:
Command Breakdown:
cp: The copy command.
./TEST/config.txt: The source file path.
./PROD/current.txt: The destination file path with the new name.
Thus, the correct command to achieve this task is: cp ./TEST/config.txt ./PROD/current.txt
Linux cp Command Manual
Cisco DevNet Associate Certification Guide
Lucy
8 months agoTequila
9 months agoCyril
9 months agoCandida
9 months agoLetha
9 months agoVincenza
9 months agoShay
10 months agoSheridan
10 months agoStephaine
10 months agoLaurel
10 months agoWenona
10 months agoEmerson
11 months agoAudry
11 months agoLuisa
11 months agoAntonio
11 months agoDaniel
12 months agoTegan
1 year agoDaniel
1 year agoNikita
1 year agoTegan
1 year agoAllene
1 year agoLeatha
11 months agoGary
12 months ago