What John Drescher said is true. You can check if it still exists by typing: ls -a | grep .wine And if it doesn't return a .wine it means it's gone. Adding a 'v' to your delete command (rm) also tells you for sure whether something gets deleted: rm -rfv ~/.wine