/username/.wine doesn't sound right. In OS X your home directory is located in /Users/username. Instead of using the full path, try this while logged on as the user whose wine directory you want to delete: rm -rf ~/.wine The ~ refers to the path to your own home directory, so is equivalent to /Users/foo (if the logged on user is called foo)