Sometimes, when I type a command on the terminal, the terminal's autocomplete does not work, even if my command is not wrong.
For example, take look to this: sudo service vsftpd status sudo and service do not have any problem. I mean, when you type sud +tab terminal suggest you sudo or I type servi + tab terminal complete that to service. But for vsftpd I do not get any suggestion. Is there a way to say, "terminal, please tell me any suggestion!!?".
sudo systemctl(status or stop)lightd(TAB/Double TAB) (Meaning complete 'lightdm.service' assuming you have it installed - active/running or not) This svc is both in units output and/etc/init.don my machine. I have found same issue on other services as well. There is also a bug(?) that makes it take a long time on completions. Seen it sit 10+ secs before beeping at me/not found. https://github.com/systemd/systemd/issues/7185 – B. Shea Aug 31 '18 at 17:23