Linux CLI - File and Directory Operations
What will be the output of
cp -i file1.txt file2.txt if file2.txt already exists?cp -i file1.txt file2.txt if file2.txt already exists?-i option means interactive. It asks for confirmation before overwriting an existing file.file2.txt exists, the command will prompt the user to confirm overwrite.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions