thewetmosquito
New Member
Hello everyone, new guy here. New to Linux, and am currently reading the book Linux Basics for Hackers to get basic command line knowledge of working in Linux, but I'm feeling lost. I am running Kali Linux 2020.2 through Oracle VirtualBox 6.1.10 on my 2012 Macbook Pro(OSX 10.14.6), and I am operating as root user.
I have been trying to input the command
I ran
I'm not sure if I have to configure something before using the dhclient or what. I haven't found a solution to this on the web yet. I'm pretty new to the online community of Linux and programming, so I turned to StackExchange for help...and received a very toxic experience (a user pretty much closed my question because they don't 'allow questions about general computing'.)
Can anyone shed some light on my newbie problem?
I have been trying to input the command
dhclient eth0
as instructed by this book to request an IP address from DHCP, but I keep getting back the error -bash: dhclient: command not found
... I also used /usr/sbin/dhclient eth0
and sudo dhclient eth0
, and got the same error message.I ran
find -name dhclient
to see if I even have the DHCP client installed on my system. Bash returns nothing I'm not sure if I have to configure something before using the dhclient or what. I haven't found a solution to this on the web yet. I'm pretty new to the online community of Linux and programming, so I turned to StackExchange for help...and received a very toxic experience (a user pretty much closed my question because they don't 'allow questions about general computing'.)
Can anyone shed some light on my newbie problem?