What is the purpose of the r option used with the following
What is the purpose of the ‘-r’ option used with the following commands: chmod, cp, rm?
Solution
Answer:
The commands :
chmod , cp , rm
rm : -r this option will delete the entire directory as well as all the sub-directories. It is a very dangerous command.
