Linux CLI - File and Directory Operations
What will happen if you run
rm -r nonexistdir where nonexistdir does not exist?rm -r nonexistdir where nonexistdir does not exist?rm tries to remove a non-existing file or directory, it shows an error.nonexistdirnonexistdir does not exist, rm -r nonexistdir outputs an error message.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions