Added new note regarding rm (#25711)
Added a note regarding the "rm: remove regular file 'hello'?" prompt that occurs when using the rm command and explained that rm is a permanent action and should be used with caution.
This commit is contained in:
@ -18,6 +18,8 @@ rm <file name or file path>
|
||||
rm -R <folder name or folder path>
|
||||
```
|
||||
|
||||
You will be prompted with **'rm: remove regular file ‘hello’?'** and will need to respond **'y'** before the file can be deleted. Use this command with caution because 'rm' is a permanent action.
|
||||
|
||||
There are few commonly used arguments:
|
||||
|
||||
- `-r` , means to recursively delete all the folders inside a directory.
|
||||
|
Reference in New Issue
Block a user