On Apr 6, 2005 1:32 AM, Michael Green <mishagreen@xxxxxxxxx> wrote: > On Apr 6, 2005 6:22 AM, Justin Zygmont <jzygmont@xxxxxxxxxxxxx> wrote: > > sudo can't actually do everything, for instance how could you do an: > > echo "aaaaa" >>file to a file which is only writable by root? > > Do > sudo -s > and then you can do anything you want. > -- > Warm regards, > Michael Green > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > Giving root password to a user is not wise. My question is why can't we give change GID to 0 or some thingelse and grant any aceess to somebody else, let's say, a part-time administrator?? So that he can update the system, look in /lost+found ...etc. -c