LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   commands like ifconfig,menuconfig not working (https://www.linuxquestions.org/questions/linux-newbie-8/commands-like-ifconfig-menuconfig-not-working-642019/)

babu.knl 05-13-2008 09:26 PM

commands like ifconfig,menuconfig not working
 
i am using fedoracore(2.6.18-1.2798.fc6) . even as root user commands like ifconfig,menuconfig are not working it shows command not found. do i need any tcp/ip software to install, if so where do i get that.

internet specification to my system is
server type--------ppp
device type--------PPPoE
device name--------WAN Miniport(PPPoE)
transports---------TCP/IP

dkm999 05-13-2008 09:44 PM

The most likely problem is that (even as root) your PATH is not set to include the directory where these utilities are found. You don't say which distribution you are using, but common places to look for these are /sbin, /usr/sbin, or /usr/local/sbin. I recommend that you find if the utilities are actually installed on your system. If you have rpm, you can use it to find out; otherwise, try
Code:

find / -name ifconfig
Once you know where these programs are, you can set your shell PATH variable to include those directories in the search path.

digvijay.gahlot 05-14-2008 01:38 AM

All these utilities come with net-tools package check if it is not installed.

$ rpm -q net-tools

If not download on install the rpm


All times are GMT -5. The time now is 12:16 AM.