File Permissiosn ....
David Bandel
david.bandel
Tue Oct 24 10:59:45 PDT 2006
On 10/24/06, Ben Duncan <bns at meta3.net> wrote:
> Ok, I have an ELF binary .. what is the difference between file perms
> of :
>
> -rwSrwxrwx 1 bend appgen 1428 Aug 24 2006 testme
>
> And:
>
> -rwsrwxrwx 1 bend appgen 1428 Aug 24 2006 testme2
>
> Where the difference is only in Big SUID and little SUID ?
The capital means it _would_ be SUID, but the executable bit is NOT
set. Make it executable for that user and you're good to go. It's
the difference between this:
chmod 4777 testme
and:
chmod 4677 testme
>
> Thanks ...
Ciao,
David A. Bandel
--
Focus on the dream, not the competition.
- Nemesis Air Racing Team motto
More information about the Linux-users
mailing list