X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=ab5d6a6a8dc2491b1ac11a58660e0449d62d9a16;hb=5fcf7d67cfb71b82a1326b3894076c3fab253127;hp=bb7878c92ca1b6596a02b9a8354125d8f071abca;hpb=c041a073fe44baafa4ebcb516c7d377d52fff054;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index bb7878c9..ab5d6a6a 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -16,7 +16,7 @@ export PS1='\u@\h $ '; # sets the history length and max file size so we can get some long history around here. export HISTSIZE=1000000 -export HISTFILESIZE=2000000 +export HISTFILESIZE=8000000 ############## @@ -79,8 +79,8 @@ if [ -z "$NECHUNG" ]; then ############## # umask sets a permission mask for all file creations. the mask used here - # disallows writing by the "group" and "others" categories. - umask 022 + # disallows writes by the "group" and disallows "others" completely. + umask 027 # ulimit sets user limits. we set the maximum allowed core dump file size # to zero, because it is obnoxious to see the core dumps from crashed # programs lying around everywhere.