Results 1 to 4 of 4

Thread: COMMAND USERMOD IS MISSING [CAN'T USE USERMOD] Linux kali 5.3.0-kali2-amd64

  1. #1

    COMMAND USERMOD IS MISSING [CAN'T USE USERMOD] Linux kali 5.3.0-kali2-amd64

    Distributor ID: Kali
    Description: Kali GNU/Linux Rolling
    Release: 2019.4
    Codename: kali-rolling

    Linux kali 5.3.0-kali2-amd64 #1 SMP Debian 5.3.9-3kali1 (2019-11-20) x86_64 GNU/Linux

    Screenshot_2019-12-03_00-22-25.jpg

    after i update my kali linux, i can't use usermod for grouping local user to group sudo, please can you helo me?

  2. #2
    Quote Originally Posted by LUSTROPOBHIA View Post
    Distributor ID: Kali
    Description: Kali GNU/Linux Rolling
    Release: 2019.4
    Codename: kali-rolling

    Linux kali 5.3.0-kali2-amd64 #1 SMP Debian 5.3.9-3kali1 (2019-11-20) x86_64 GNU/Linux

    Screenshot_2019-12-03_00-22-25.jpg

    after i update my kali linux, i can't use usermod for grouping local user to group sudo, please can you helo me?
    I had the same problem and just found out what the problem was. /sbin isn't in the path so you need to type the full path of the command, /sbin/usermod

  3. I use zsh, so I just added /sbin, /usr/sbin, and /usr/local/sbin to my ~/.zshrc

    export PATH=$HOME/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:$PATH

  4. #4
    Quote Originally Posted by Rasalom View Post
    I use zsh, so I just added /sbin, /usr/sbin, and /usr/local/sbin to my ~/.zshrc

    export PATH=$HOME/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:$PATH
    I did the same thing. Your export command isn't going to work universally. Not everyone has a $HOME/bin directory

Similar Threads

  1. 2019.2 (linux 5.2.0-kali2-amd64) kali underscore lines on screen
    By gfbaggio in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2019-08-23, 01:26
  2. Unable to locate package linux-headers-4.18.0-kali2-amd64
    By NomanProdhan in forum General Archive
    Replies: 6
    Last Post: 2019-04-03, 05:18
  3. Bluetooth on old laptop 4.18.0-kali2-amd64 Solve.
    By bers3rker in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2019-02-14, 17:32
  4. Kali 4.16.0-kali2-amd64 issues
    By kalierror in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2018-07-23, 12:43

Tags for this Thread

Posting Permissions

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