ccipfang 发表于 2005-10-24 02:17:31

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

#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

请问结果为什么会这样? :oops:

ivyharry 发表于 2005-10-24 10:36:34

wtf?

ccipfang 发表于 2005-10-24 17:31:25

没人解答一下么?

ccipfang 发表于 2005-10-26 08:01:13

ding

betatoy 发表于 2005-10-30 21:03:09

幫你頂一個

zhy2111314 发表于 2005-10-31 10:12:12

BIN目录下hello的权限是什么?
页: [1]
查看完整版本: 命令的小问题,谁能帮忙看一下