[OLPC devel] su/sudo or not to sudo/su (was PATCH: add --loginpause to mingetty)
Simon Schampijer
simon at schampijer.de
Fri Jan 11 03:48:01 EST 2008
ffm wrote:
> On Jan 10, 2008 11:37 PM, Iain (OLPC) Davidson <olpc at myna.ws> wrote:
>
>> I typically like the solution of
>> $ sudo bash
>>
>>
> Just a comment on that: Since most of our users will not know much about
> computers, having them "exit" will just add another step which they will
> forget to do, and the one time they are logged in as root will be the one
> time they rm -rf /
>
> sudo in front of every as-root command is not too hard, right? Especialy
> once we get paste working.
>
> -ffm
Another part to make the sudo command enjoyable is auto completion.
When invoking a sudo command you can not auto-complete for example:
sudo sugar-cont[tab]
does not auto-complete. The bash-completion (141K) package solves this,
which I tried on my F8 machine. Maybe worth an inclusion since the
completion works as well for other cases like:
yum in[tab]
(even so in the case of 'yum install b[tab]' it takes a while to list
the packages).
Best,
Simon
More information about the Devel
mailing list