Q. Which is the correct command syntax to rename a file "abc.txt" to "pqr.txt"? (A) mv abc.txt pqr.txt (B) mv pqr.txt abc.txt (C) mv -a pqr.txt abc.txt (D) mv -all pqr.txt abc.txt ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) mv abc.txt pqr.txt