Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

17
  • What is the EUID (The Efective User ID)? Is it cloud_user ? Commented Aug 25, 2021 at 12:48
  • Does cloud_user have the same uid as any other user? Commented Aug 25, 2021 at 12:49
  • @ImHere UID and EUID are the same and are 1001. Same for other users, they increment by 1 starting 1000. Commented Aug 25, 2021 at 12:56
  • 1
    That sudo -ll output is a little long. I was expecting only one or 2 "stanzas" to match for your user; you would need the Options: !authenticate one to be last. Do you have lots of files in /etc/sudoers.d/ ? Commented Aug 25, 2021 at 16:16
  • 1
    Your sudo either doesn't see your files or works weirdly. Please post the output of sudo -l -U cloud_user while running it under root. Commented Aug 26, 2021 at 13:52