Linux CLI - File and Directory Operations
You run
mv file1.txt file2.txt but get an error: mv: cannot move 'file1.txt' to 'file2.txt': No such file or directory. What is the likely cause?