Linux Delete command

To prove I'm alive, Linux on the record about the Delete command today. To be honest I was quite timid Linux delete command.

Under Linux deleted files with the rm command are used as follows:

rm [options] files

Option Description:

-f -force Ignore the file does not exist, force the removal, without any prompting

-i --interactive interactive deleted

-r | all directories and files in the directory -R --recursive recursively delete a listed

The step shown in detail -v --verbose

Recommended links: https://www.cnblogs.com/scplee/p/5478992.html

Guess you like

Origin www.cnblogs.com/money131/p/10947902.html