On Tuesday 23 April 2002 09:37, Birger Toedtmann wrote: > I cannot reproduce this behaviour: > > # id > uid=0(root) gid=0(root) > groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) > > # ls -l /bin/ls > -rwxr-x--- 2 root root 45948 Aug 9 2001 /bin/ls > > # exit > $ id > uid=500(birger) gid=500(birger) groups=500(birger) > > $ ls > bash: /bin/ls: Permission denied > > $ /lib/ld-2.2.4.so /bin/ls > /bin/ls: error while loading shared libraries: /bin/ls: cannot open > shared object file: Permission denied it's because you missed "r" permission for /bin/ls -- Dimitry
This archive was generated by hypermail 2b30 : Thu Apr 25 2002 - 07:36:46 PDT