Hallo,
Ich w�rde gerne meine umask �ndern. Entsprechenden Eintr�ge finde ich in ~/.bash_profile und in /etc/login.defs -- aber eine �nderung dort bewirkt nichts (ja, ich habe mich zwischendurch ab-/angemeldet).
Wo sonst kann noch was stehen? Ich habe mit grep nach weiteren umask-Eintr�gen gesucht, aber vergebens.
Du musst f�r nicht-loggin-shells auch einen eintrag in ~/.bashrc machen und f�r z.B. KDE in ~/.xsession
Zitat:
After you have logged in, more copies of your shell will be run. Unless they are started with --login or have a dash in the process name, these sessions will not be login shells. If they give you a prompt, however, they are called interactive shells. If bash is started as interactive, but not login, it will ignore /etc/profile and ~/.bash_profile and will instead source ~/.bashrc.
Als �bersicht:
--------------------------------------------
| interactive | login | profile | rc |
|-------------|-------|---------|----------|
| yes | yes | source | ignore |
|-------------|-------|---------|----------|
| yes | no | ignore | source |
|-------------|-------|---------|----------|
| no | yes | source | ignore |
|-------------|-------|---------|----------|
| no | no | ignore | ignore |
|-------------------------------------------
hth Ulrich
--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

