I want to delete a directory with its files and I want to do that as follows:
rm -r dirToDelete\
Unfortunately, I always get asked for EACH single file if I want to delete this because it is write protected. Is there a way to suppress this feedback message so that just the whole directory with its contents disappears?