diff --git a/HowtoDebian/MigrationStretchBuster.md b/HowtoDebian/MigrationStretchBuster.md index b69a115..4c102a2 100644 --- a/HowtoDebian/MigrationStretchBuster.md +++ b/HowtoDebian/MigrationStretchBuster.md @@ -91,3 +91,14 @@ Enfin, il faut redémarrer sur le nouveau noyau Linux installé : ~~~ # reboot ~~~ + +## PATH / su + +Lorsque l'on utilise `su` cela ne change plus automatiquement le PATH. +Soit il faut prendre l'habitude faire `su -`, soit il faut ajouter `ALWAYS_SET_PATH yes` dans le fichier `/etc/login.defs`. + +Pour plus d'informations, voir `/usr/share/doc/util-linux/NEWS.Debian.gz` ou + + + +