top of page
Search

How to remove files and directories via terminal (bash shell)

by darknetmatrix

rm -rf *

Would remove everything (folders & files) in the current directory.

But be careful! Only execute this command if you are absolutely sure, that you are in the right directory.


 
 
 

Recent Posts

See All

Solus Review

What is Solus Linux? The first question which I think is worth starting with is what Solus OS is? First of all, Solus is a distribution...

What does swappiness do?

Swappiness is a property for the Linux kernel that changes the balance between swapping out runtime memory, as opposed to dropping pages...

bottom of page