Unable to cd to directory which I own with permissions 777

0

This is on a customized Ubuntu 10.10 LiveCD. I have a directory which the default user "ubuntu" owns, and the permissions on the directory is 777. I'm unable to cd into the directory as ubuntu user. However as root user I'm able to access it. What could be the reason? I'm able to view the directory in nautilus. Note: I originally copied the folder over from an NTFS disk.

BlueSilver

Posted 2010-10-26T10:18:37.403

Reputation: 123

What is the error message when you try to cd into the directory? What does ls -ld /path/to/directory show? If there's a + at the end of the first column, what does getfacl /path/to/directory show? (If there's a +, it means there's an ACL, and that's probably the culprit.) – Gilles 'SO- stop being evil' – 2010-10-26T21:38:34.403

Thanks for responding. I rebuilt the LiveCD and it automatically started working. Not sure what was wrong. – BlueSilver – 2010-11-05T08:19:58.010

Answers

0

Can you give the output of

ls -la /your/directory

and

groups ubuntu

?

pgruetter

Posted 2010-10-26T10:18:37.403

Reputation: 853

Thanks for responding. I rebuilt the LiveCD and it automatically started working. Not sure what was wrong. – BlueSilver – 2010-11-05T07:17:39.093