Linux CLI - File and Directory Operations
Which of the following is the correct syntax to rename a file
old.txt to new.txt using mv?old.txt to new.txt using mv?mv syntaxmv source destination. To rename, source is old name, destination is new name.mv old.txt new.txt. mv new.txt old.txt reverses source and destination. Options A and D use invalid options.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions