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. Audio issues with Linux 5.14.0-kali2-amd64 x86_64
    By keaka in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2022-04-23, 19:00
  2. Replies: 4
    Last Post: 2022-02-01, 08:40
  3. Unable to locate package linux-headers-5.4.0-kali2-amd64
    By pscretn in forum Community Feedback
    Replies: 0
    Last Post: 2020-06-12, 15:32
  4. 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
  5. 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

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
  •