Novice School: Linux Shell to delete the directory under the command



Linux delete directory is simple, many people still used rmdir, but once the directory is not empty, it being plunged into deep distress.

Rm on it directly, but to add two parameters-rf is: rm-rf directory name

-R is the downward recursion, the number of management-level directory, be removed

-F is directly forced to delete, and do not prompt the meaning of

Need to be reminded of is: rm-rf to use this time to have to be careful, linux without the Recycle Bin

Of course, rm and more of the other parameters and usage, man rm can view the.