Bash
Bash-completion
root Umgebung einstellen
Quelle: https://askubuntu.com/a/156668
In der /root/.bashrc folgendes ans Ende der Datei eintragen:
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
Quelle: https://askubuntu.com/a/156668
In der /root/.bashrc folgendes ans Ende der Datei eintragen:
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi