Moving and Renaming Files and Directories
Choose the command(s) used to perform each step.

1. How would you make a copy of the file acctg.txt and name the copy payroll.txt?
cp acctg.txt payroll.txt
cp payroll.txt acctg.txt
mv acctg.txt payroll.txt
mv payroll.txt acctg.txt