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

3. Rename the file acctg.txt to payroll.txt
cp acctg.txt payroll.txt
cp payroll.txt acctg.txt
mv acctg.txt payroll.txt
mv payroll.txt acctg.txt