Results 1 to 6 of 6

Thread: [Solution] IPCONFIG <- (ipconfig: command not found)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2013-Nov
    Location
    Behind The Scene
    Posts
    5

    Talking [Solution] IPCONFIG <- (ipconfig: command not found)

    Well,in KALI we can't simply ipconfig for better security purpose...

    & hence we might get such error:-
    Code:
    root@kali:~# ipconfig
    bash: ipconfig: command not found
    
    Solution:- (add "sudo" for root permission)
    Code:
    sudo ifconfig
    & voila....
    Last edited by PenTester; 2013-11-19 at 14:49.
    The quieter you become, the more you can hear!

Similar Threads

  1. Armitage not working, can't find attacks -Found solution to this issue.
    By Jaguar7thNova in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-02-28, 11:41
  2. Replies: 4
    Last Post: 2019-12-04, 23:10
  3. Replies: 0
    Last Post: 2016-05-11, 00:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •