Date: Tue, 17 Dec 1996 23:17:45 -0800 (PST) From: Ron Echeverri <rone@bofh.noc.best.net> To: stable@freebsd.org Subject: /usr/share/skel/dot.cshrc nitpick Message-ID: <199612180717.XAA25847@bofh.noc.best.net>
next in thread | raw e-mail | index | archive | help
>From the forementioned file:
=====
set path = (~/bin /bin /usr/{bin,games} /usr/local/bin /usr/X11R6/bin)
if ($?prompt) then
# An interactive shell -- set some stuff up
set filec
set history = 1000
set ignoreeof
set mail = (/var/mail/$USER)
set mch = `hostname -s`
set prompt = "${mch:q}: {\!} "
umask 2
endif
=====
Is there a reason that /sbin, /usr/sbin, and /usr/local/sbin aren't in
the path? Also, is a umask of 2 a good default? Shouldn't it be 22?
Of course, i can set defaults for users on my system, but is there a
reason for this stuff to be the FreeBSD default?
(should this go to the doc list?)
rone
--
Ron Echeverri Best Internet Usenet Administration rone@best.net
----------------------------------------------------------------------------
And remember, it's spelled N-e-t-s-c-a-p-e, but it's pronounced "bloatware".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612180717.XAA25847>
