Results 1 to 6 of 6

Thread: sudo

  1. #1

    Exclamation sudo

    Hi,

    I getting the following error on kali 2020.1

    sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?


    I started getting this error after i unmounted a share folder. I unmounted it using (sudo umount -a).

    Now i cannot use sudo.. please help me resolve this.

  2. #2
    Seems the pros want to keep the newbies out by no help for them.

  3. #3
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445
    Quote Originally Posted by Parthasarathi View Post
    I started getting this error after i unmounted a share folder. I unmounted it using (sudo umount -a).
    Now i cannot use sudo.. please help me resolve this.
    Code:
    umount -a
    stands for "unmount all filesystems currently mounted". You just removed the entire filesystem, not just a shared folder.
    https://linux.die.net/man/8/umount

    A reboot should fix it.

  4. #4
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445
    Quote Originally Posted by cold iron View Post
    Seems the pros want to keep the newbies out by no help for them.
    I believe that this can't be further from the truth.
    I think the issue is, that people use their limited time available to scan these forums on a very high level and they jump on something that sticks out and where they feel "Hey, I've seen that before - I know how to fix that".
    I doubt that many Kali users have seen some of the issues listed here so they are hesitant to reply.
    Another issue might be, that forum members may feel that they would insult someone by replying with fundamental knowledge that they are taking for granted from users of an advanced penetration testing distribution.
    There are other forums that might be more suited to find answers to generic Linux questions. I'd recommend checking out https://www.linuxquestions.org/questions/

  5. #5
    Join Date
    2020-Apr
    Posts
    3
    Quote Originally Posted by re4son View Post
    I doubt that many Kali users have seen some of the issues listed here so they are hesitant to reply.
    Another issue might be, that forum members may feel that they would insult someone by replying with fundamental knowledge that they are taking for granted from users of an advanced penetration testing distribution.
    There are other forums that might be more suited to find answers to generic Linux questions. I'd recommend checking out https://www.linuxquestions.org/questions/

    Thank you for that suggested link.

  6. #6
    Thanks for the link. It looks like a great site.

Similar Threads

  1. I can't sudo apt-get upgrade
    By MiChaelinzo in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-05-04, 06:48
  2. Replies: 0
    Last Post: 2022-04-16, 11:12
  3. Replies: 0
    Last Post: 2022-02-25, 21:49

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
  •