The command
rm -r
will…
- remove a directory along with any files or subdirectories.
- prompt for each confirmation before deleting each file in a directory.
- remove only empty directories.
- generate an error; -r isn’t a valid option.
Please login or Register to submit your answer