Hapus Direktori dari Linux
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
Mr. Samy
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
rm <file> .. rm -r <file> .. r stands for recursive