If the following doesn't work, you may have a screwy ACL causing the
issue:
sudo chown -R $USER $HOME
That should fix the owner to your user. Fix your group:
sudo chgrp -R $GROUPS $HOME
Finally fix the directory perms on ~:
sudo chmod 755 $HOME
You should be able to create a subdirectory in your homedir. If
you're still having trouble, post the output of:
ls -lade@ ~
That should list extended attributes and ACLs (if any) for your home
directory.
-ryan
On Mar 29, 2010, at 0:42, hobbsilla <wineforum-user@xxxxxxxxxx> wrote:
So I copied and pasted just like you said and it keeps telling me
the operation is not permitted.