Linux CLI - File and Directory Operations
You try to rename a file with
mv file1.txt file2.txt but accidentally type mv file1.txt /file2.txt and get a permission denied error. Why?