- Posted on
systemctl list-units --state=failed
systemctl list-units --state=failed
Install BASH autocomplete package:
apt install bash-completion
Add autocomplete for your user:
echo "source /etc/profile.d/bash_completion.sh" >> ~/.bashrc
OPT: Add autocomplete also for root user:
echo "source /etc/profile.d/bash_completion.sh" >> /root/.bashrc