Re: Will SUDO work for every admin task?

2005-06-08 Thread Rob van der Heij
We use sudo also to get a logging of all system activities performed, so we try to stay away from 'sudo su -' or running private shell scripts under sudo. One of the gotchas I ran into is starting and stoppping of services, but you can do that as sudo su -c '/etc/init.d/named restart' I can not

Re: Will SUDO work for every admin task?

2005-06-08 Thread David Boyes
On Tue, Jun 07, 2005 at 11:06:33AM -0600, Dave Myers wrote: > Just curious...will SUDO work for ALL zLinux admin tasks (SuSE and Redhat) > ? > Or, is root ID needed for certain tasks? I haven't encountered anything that can't be done via sudo. There are poorly written scripts out there that may c

Re: Will SUDO work for every admin task?

2005-06-07 Thread Ponte, Doug
June 07, 2005 2:09 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Will SUDO work for every admin task? -snip- What is the difference between: sudo su - and sudo bash -l ?? - -Original Message- From: Linux on 390 Port To: LINUX-390@VM.MARIST.EDU Sent: 6/7/05 1:32 PM Subject: Re:

Re: Will SUDO work for every admin task?

2005-06-07 Thread Post, Mark K
Probably nothing, if root's default shell is bash. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of McKown, John Sent: Tuesday, June 07, 2005 2:09 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Will SUDO work for every admin task? -snip- Wh

Re: Will SUDO work for every admin task?

2005-06-07 Thread McKown, John
> -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > Behalf Of Post, Mark K > Sent: Tuesday, June 07, 2005 12:33 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Re: Will SUDO work for every admin task? > > > If you give your system ad

Re: Will SUDO work for every admin task?

2005-06-07 Thread Ponte, Doug
al Message- From: Linux on 390 Port To: LINUX-390@VM.MARIST.EDU Sent: 6/7/05 1:32 PM Subject: Re: Will SUDO work for every admin task? If you give your system administrators the ability to "sudo su - " then absolutely. Most, if not all of the tasks I've ever needed to execute o

Re: Will SUDO work for every admin task?

2005-06-07 Thread Post, Mark K
ce you're only doing what you need to do as root, and then you're reverted back to a non-privileged state. Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Dave Myers Sent: Tuesday, June 07, 2005 1:07 PM To: LINUX-390@VM.MARIST.EDU Subj

Will SUDO work for every admin task?

2005-06-07 Thread Dave Myers
Just curious...will SUDO work for ALL zLinux admin tasks (SuSE and Redhat) ? Or, is root ID needed for certain tasks? Thanks, Dave -- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTEC