3

I am using Kali Linux through vmware . I tried to use ifconfig command. but it shows error message command doest exist. please give me a solution.

sourav c.
  • 44,715
raj
  • 31
  • 1
  • 1
  • 2

2 Answers2

4

Try to run

/sbin/ifconfig

It should work.

sourav c.
  • 44,715
2

some times in other linux distros when I ran into ifconfig without sudo I got the same message.

my suggestion is run it as sudo ifconfig.

if still exists let me know about other terminal commands working.

Raja G
  • 102,391
  • 106
  • 255
  • 328