命令的小问题,谁能帮忙看一下

命令的小问题,谁能帮忙看一下

#ls
   BIN
#cd BIN
#gcc hello.c -o hello.exe
#./hello.exe
    hello
#cat hello.c
  main()
{
  printf("hello\n");
}
#ls
ls: . : permission non accorde

请问结果为什么会这样?
wtf?
没人解答一下么?
ding
幫你頂一個
BIN目录下hello的权限是什么?