Re: problem with permissions

2002-04-24 Thread Gordon Messmer
On Wed, 2002-04-24 at 09:36, Hal Kellerman wrote: > The 4 sets the setuid bit it tells the system to run the program as the file > owner (:root) instead of as the user who invoked it (mike). > > By the way you must be root to set that permission. To be accurate, you must be the owner of the file

Re: problem with permissions

2002-04-24 Thread Hal Kellerman
a normal user to run as root. Use it with extreme caution. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 1:00 PM Subject: RE: problem with permissions > What is the 4 for > > -Original Message- > Fro

Re: problem with permissions

2002-04-22 Thread Bret Hughes
On Mon, 2002-04-22 at 14:46, [EMAIL PROTECTED] wrote: > How can I assign permission to a user "mike" to be able to shutdown the > computer. > > I have tried to create a group and assign the group to the shutdown command > using chown, tried changing the permissions to 777 or rwxrwxrwx using chmod

RE: problem with permissions

2002-04-22 Thread Michael . Hughes
What is the 4 for -Original Message- From: Hal Kellerman [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 4:00 PM To: [EMAIL PROTECTED] Subject: Re: problem with permissions try setting the permissions to 4777 not just 777 Hal - Original Message - From: <[EM

Re: problem with permissions

2002-04-22 Thread Hal Kellerman
try setting the permissions to 4777 not just 777 Hal - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 12:46 PM Subject: problem with permissions > How can I assign permission to a user

RE: problem with permissions

2002-04-22 Thread Ross Cooney
> can someone tell me how to make user "mike" use the shutdown command If you have linuxconf installed you can assign the permissions using the user config ross www.antivirus.ie ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.c

problem with permissions

2002-04-22 Thread Michael . Hughes
How can I assign permission to a user "mike" to be able to shutdown the computer. I have tried to create a group and assign the group to the shutdown command using chown, tried changing the permissions to 777 or rwxrwxrwx using chmod shutdown, this doesn't work tells me I still need to be root. I