*BSD News Article 45362


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!zib-berlin.de!news.tu-chemnitz.de!irz401!narcisa.sax.de!not-for-mail
From: j@narcisa.sax.de (J Wunsch)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Suggestion for 2.1
Date: 12 Jun 1995 13:15:15 +0200
Organization: Private U**x site, Dresden.
Lines: 43
Message-ID: <3rh7k3$mcb@bonnie.tcd-dresden.de>
References: <3r6rh4$64v@oz.plymouth.edu> <3r7888$280@germany.eu.net> <3r80ka$bun@iii1.iii.net>
Reply-To: joerg_wunsch@uriah.heep.sax.de
NNTP-Posting-Host: 192.109.108.139
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

HD Associates <hdslip@iii1.iii.net> wrote:

>>alias a: 'echo -n'
>(... Unix commands aliased to echo -n ...)
>>
>>No. I'd rather suggest people refrain from being root if they don't know what
>>they are doing. Otherwise, the painful experiences will only be delayed.
>

[plea for DOS migrators deleted]

>I'm pleased to say some are still "on the air" with FreeBSD.
>
>Us advanced types can just shudder and remove the silly aliases.

I won't think of a horde of aliases.  There should be a thing like
`command.com' around (and if it ain't there, it's just two pages of
Perl script :), so why not offer those users a more DOS-like shell?

In addition, we need a fine way for things like mounting floppies and
CDROMs for non-privileged users.  The Linux idea (special flag in
/etc/fstab) seems interesting, but seriously, i much prefer my own
suid Perl script to say something like:

	do-mount cd
	do-mount floppy

instead of

	mount -t cd9660 -o ro /dev/cd0a /cdrom
	mount -t msdos /dev/fd0 /floppy

so i'm using the script even when i'm working as root. :) We should
provide the people with some form of a menu system (even a simple text
based one might do) where they can perform thoses steps; it should
even allow the non-privileged users to do all usual actions.

The biggest problem: we need more volunteers...
-- 
cheers, J"org                      private:   joerg_wunsch@uriah.heep.sax.de
                                   http://www.sax.de/~joerg/

Never trust an operating system you don't have sources for. ;-)