I am trying to connect to my school's wifi on a fresh install of Debian 10. I have no GUI and no internet at the moment, so just going through command line. I have set up my /etc/wpa_supplicant.config
and found my wireless driver and set the link.
Now I am trying to run command wpa_supplicant -B
and dhclient
but both return not found. They're both downloaded (as evident using whereis
command). Do I need to update some paths? I am in root.
Thanks!
su
will make some commands unavailable due to the path issues. This may be the issue you are having. Try running them withsudo command
or escalate to root viasu -
, if this is your problem those options should solve it. – john doe Nov 15 '19 at 19:56su -
https://unix.stackexchange.com/questions/354928/bash-sudo-command-not-found/354936 – john doe Nov 15 '19 at 20:19su
andsu -
? – Nov 15 '19 at 20:21