On one of my VPS terminal, when I partially type a command and then press the "Tab" button, it does not show either suggestion or complete the command.
E.g.
If I type "systemctl restart php7.3" and then press the "Tab" button, I expect the complete command "systemctl restart php7.3-fpm.service" on the terminal. But no suggestion and no tab completion happens. What should I do to fix the issue?