On Wed, Feb 26, 2003 at 09:45:25AM -0800, Abhijit Vijay wrote:
> 
> -r-s--x--x    1 root     root   656 Feb 26 12:28
> burnCD
> 
> This has the same permissions as /usr/bin/passwd.
> 
> burnCD is essentially a tcsh script.
> 
> When I run it as root, it works fine.
> However, when I try to run it as a normal user, I get
> the message:
> 
> /usr/bin/burnCD: Permission denied.

You get the permission denied from the tcsh interpreter which can't read
the script, because you have no read permission (for the script).

/usr/bin/passwd is an elf, so you need only x permission to run it.

Elias

-- 
University of Athens                    I bet the human brain 
Physics Department                              is a kludge --Marvin Minsky 

        
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to