Linux CLI - File and Directory Operations
Which of the following is the correct syntax to copy
file1.txt to file2.txt?file1.txt to file2.txt?cp source destination. So copying file1.txt to file2.txt is cp file1.txt file2.txt.cp file2.txt file1.txt reverses source and destination. -r is for directories, not files. Ending with slash is invalid here.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions