Tuesday, April 16, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 37078  / 1 Year ago, fri, december 9, 2022, 6:48:40

I am logged in with imp user. And when I am trying to login via root user on terminal:



impuser@machine:~$ su - root


it gives:



setgid:Operation not permitted


any idea,How to resolve this issue?


More From » sudo

 Answers
4

Ubuntu only allows sudo to increase privilege level, not su (unlike other distros). To get a root shell, try this:



sudo su

[#36053] Sunday, December 11, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lintical

Total Points: 344
Total Questions: 122
Total Answers: 106

Location: Sint Maarten
Member since Mon, Oct 12, 2020
4 Years ago
lintical questions
Thu, Jan 12, 23, 03:07, 1 Year ago
Mon, Jun 28, 21, 07:01, 3 Years ago
Sat, Aug 7, 21, 04:29, 3 Years ago
Mon, Dec 5, 22, 00:03, 1 Year ago
;