diff options
| author | 2024-05-03 18:05:00 +0200 | |
|---|---|---|
| committer | 2024-05-03 19:38:23 +0200 | |
| commit | 2c4f86ff518b2775bebdf50672c834c248f436f2 (patch) | |
| tree | b570c6e46d7e5647cf4a428894e071b52b146b42 | |
| parent | d7e45d30291c62be29f1ca3d20b5475928f49f45 (diff) | |
| download | base-files-2c4f86ff518b2775bebdf50672c834c248f436f2.tar.gz base-files-2c4f86ff518b2775bebdf50672c834c248f436f2.zip | |
Document that the default umask is defined in /etc/login.defs. Closes: #983606.
Diffstat (limited to '')
| -rw-r--r-- | share/dot.bashrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/dot.bashrc b/share/dot.bashrc index df9ee74..db632b8 100644 --- a/share/dot.bashrc +++ b/share/dot.bashrc @@ -1,7 +1,8 @@ # ~/.bashrc: executed by bash(1) for non-login shells. -# Note: PS1 and umask are already set in /etc/profile. You should not -# need this unless you want different defaults for root. +# Note: PS1 is set in /etc/profile, and the default umask is defined +# in /etc/login.defs. You should not need this unless you want different +# defaults for root. # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ ' # umask 022 |
