I can' t use the command route:
route
bash: route: command not found
Why is it not found? (I'm using debian 9).
I tried to run it as root but it still does not work. However it is supposed to work also without root.
Additional diagnostics:
whereis route
route:
which route (empty output).
export PATH=$PATH:/sbin (no output) and nothing changes.
I already have iproute2 installed, to be sure I ran:
apt --reinstall install iproute2