Results 1 to 7 of 7

Thread: Missing commands in terminal - Kali 2020.1

  1. #1
    Join Date
    2016-Jan
    Posts
    1

    Missing commands in terminal - Kali 2020.1

    Hi,

    I'm new in KALI and need some help, I didn't find any help on-line or here in forum.

    I installed Kali 2020.1 in Xfce with full apps installs in VirtualBox.
    When I try to type in terminal some commands (that should be working, it's in official Kali tutorials used) on me not working: ipconfig, iwconfig, adduser, useradd.

    Capture.JPG

    Also, I'm missing Wifi card in network interface list (it's Lenovo Laptop). Is it problem with VM or Kali?

    Thanks in advance.

  2. #2
    Join Date
    2020-Feb
    Posts
    5
    It's the 2020.1 release itself. Even if you're connected to the internet to complete the "totally offline installation" the sources file is botched. Wanna edit something to quickly fix the issue? Also botched. I just spent hours trying to troubleshoot it man just bite the bandwidth and revert to 2019.4 until god forbid 2020.2 comes out.

  3. All of those commands work normally with Kali 2020.1

    I verified with a fresh install on a laptop.

  4. #4
    Hi,
    I've had the same issue on this new version of Kali, but I was able to find a solution to it. All I had to do was use sudo and then the command and then it would execute. For example: sudo adduser will work while example: adduser will not work. This is what I've learned so far with this new installation.

    Terminal.jpg

  5. Check your $PATH

  6. #6
    Join Date
    2014-Feb
    Posts
    309
    Normal users do not have /sbin or /usr/sbin in their path, as the commands in there require elevated privileges. That is why the commands run when you use sudo, which elevates your privileges. Do note, even if you add them to your $PATH in your .bashrc, you will likely just get errors when you run the command because again, you need elevated privileges.

  7. #7
    Join Date
    2020-Mar
    Posts
    3
    try using the sudo su command, worked for me

Similar Threads

  1. New Colored Terminal Commands
    By Xabrynth in forum General Archive
    Replies: 1
    Last Post: 2022-06-29, 09:36
  2. Replies: 1
    Last Post: 2021-01-14, 00:46
  3. Replies: 3
    Last Post: 2015-12-18, 01:09

Posting Permissions

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