Search code examples
linuxbashcygwin

Bash permission denied in cygwin


I have a directory:

drw-rwxrw-+ 1 username Domain Users 0 Feb 11 09:32 webapp

But when I try to enter this one I get

-bash: cd: /cygdrive/c/dp-project/.../web-app Permission denied

What's wrong? I setted all permissions to all users.


Solution

  • No you didn't "setted all permissions to all users". Execution permission is only set for group. try to chmod a+x webapp.

    One othe thing first line webapp second line web-app that is not the same.