2
Warum gibt Ubuntu standardmäßig ~ / .profile ~ / .bashrc aus?
Dies sind die Inhalte des Bestands ~/.profile, der mit meinem 13.10 geliefert wurde (kommentierte Zeilen entfernt): if [ -n "$BASH_VERSION" ]; then if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi Dies ist von Debian geerbt, aber warum hat Canonical …