From Terminal, unable to use sudo (file system with the 'nosuid' option set) #6443
Unanswered
pihomeserver
asked this question in
General
Replies: 1 comment
-
Sounds like the ownership on sudo is wrong. How are you putting
the VPS together?
It should look something like this:
```
$ ls -la $(which sudo)
-rwsr-xr-x 1 root root 232416 Apr 3 18:00 /usr/bin/sudo
```
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Self hosting code-server on a Linux Debian VPS it works well for my needs except from a terminal when i want to run a command using sudo i get an error
Any idea how to configure in order to get an access to the command or if it's a feature for any security reason ?
Beta Was this translation helpful? Give feedback.
All reactions