Wednesday, May 1, 2024
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 66311  / 1 Year ago, mon, may 29, 2023, 5:16:17

Is there a way to know whether am the administrator of my Ubuntu 14.04 ? If not, how can I became the administrator ?


More From » user-management

 Answers
6

In the default GUI, open the System Settings and go to the “User Accounts” tool. This shows your “Account Type”: “Standard” or “Administrator”.



On the command line, run the command id or groups and see whether you are in the sudo group. On Ubuntu, normally, administrators are in the sudo group.



You may have administrative access if you've been directly added to the list of sudoers — this is more likely if the administrator is familiar with Linux or Unix in general and didn't use the default Ubuntu method. Try running sudo echo ok and enter your password; if this prints ok, you're an administrator.


[#24921] Tuesday, May 30, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kneducator

Total Points: 226
Total Questions: 111
Total Answers: 108

Location: Mexico
Member since Sun, Jul 25, 2021
3 Years ago
;