|
|||||||||||
|
Re: impressions of a new user
From: Charles J. Fisher <cfisher(at)rhadmin.org>
Date: Fri Aug 15 2003 - 16:31:02 EDT On Fri, 15 Aug 2003, Ben Goren wrote: > > Why not make OpenBSD as consistent and approachable an OS as possible?
> Here's your chance: provide that ``more reasonable''
> http://www.trumpetpower.com/pub/.profile
Well, let's start with the basics. PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/games if [ Xroot = X"$USER" ] then PATH=/sbin:/usr/sbin:$PATH fi export PATH HISTFILE=.sh_history TMOUT=600 umask 022 The above items enhance security. I can imagine no objection to their inclusion. /etc/skel contains two csh configuration files (.cshrc .login). These files configure terminal settings, set this shell history file, set the prompt, set the umask, and configure defaults for ex/vi (and they are redundant in a few places). /etc/skel/.profile does none of this. The same sorts of things should be done for ksh that are done for csh. How can you claim consistency when the environments are totally different? / Charles J. Fisher | "A fanatic is one who can't change his / / cfisher@rhadmin.org | mind and won't change the subject." / / http://rhadmin.org | -- Winston Churchill / ---------------------------------------------------------------------------Received on Fri Aug 15 17:01:39 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:30 EDT |
||||||||||
|
|||||||||||