[EMAIL PROTECTED]:~% ls -l /usr/bin/fusermount -rwsr-sr-x 1 root root 18376 2006-02-22 20:03 /usr/bin/fusermount [EMAIL PROTECTED]:~% ls -l `which fusermount` -rwsr-sr-x 1 root root 18376 2006-02-22 20:03 /usr/bin/fusermount [EMAIL PROTECTED]:~%
On 3/13/06, Miklos Szeredi <[EMAIL PROTECTED]> wrote: > > > The usual solution to this is > > > > > > chmod u+s /usr/bin/fusermount > > > > I tried this and doesnt work. > > What does the following show? > > ls -l /usr/bin/fusermount > > ls -l `which fusermount` > > Thanks, > Miklos > [EMAIL PROTECTED]:~% ls -l /usr/bin/fusermount -rwsr-sr-x 1 root root 18376 2006-02-22 20:03 /usr/bin/fusermount [EMAIL PROTECTED]:~% ls -l `which fusermount` -rwsr-sr-x 1 root root 18376 2006-02-22 20:03 /usr/bin/fusermount [EMAIL PROTECTED]:~% sudo chmod a+s /usr/bin/fusermount [EMAIL PROTECTED]:~% ls -l /usr/bin/fusermount -rwsr-sr-x 1 root root 18376 2006-02-22 20:03 /usr/bin/fusermount [EMAIL PROTECTED]:~% Mmmm, that's weird. /me guesses he is missing something totally obvious. Cheers, Pablo