Linux menghapus folder dan semua isinya
rm -rf /path/to/directory
Gentle Gibbon
rm -rf /path/to/directory
rm -rf /path/to/directory/*
rm -rf directoryname
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
rm -rf /path/to/directory/*
rm <file> .. rm -r <file> .. r stands for recursive