[SOLVED] Am I root?

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Allewyn2
Level 3
Level 3
Posts: 120
Joined: Sat Sep 11, 2021 11:38 pm

[SOLVED] Am I root?

Post by Allewyn2 »

I am the only user of my computer but get this message when trying to run programs from CL:
root.png
Aren't I root user too? what do I do to convince Mint I am root user?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sudo apt-get purge win10 && sudo apt-get install Happiness
RIH
Level 9
Level 9
Posts: 2892
Joined: Sat Aug 22, 2015 3:47 am

Re: [] Am I root?

Post by RIH »

You precede you terminal input with the word

Code: Select all

sudo
and your computer will ask for your password..

As an aside I see that you are attempting to run some sort of virus scanner.
That is not an especially necessary or wise thing to do with a Linux Distribution!!
Image
User avatar
Moem
Level 22
Level 22
Posts: 16233
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: [] Am I root?

Post by Moem »

You are not root. Root is a virtual user who works for you. You have sudo rights, which means you can give the root user commands, root will then ask you for your password to prove that you have the right to give these commands. If you can supply the correct password, root will execute your commands for you.

Rkhunter is not something I have ever installed and I do not think it's necessary or even a good idea.
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: [] Am I root?

Post by Flemur »

$ whoami
username
$ sudo whoami
root
sudo.jpg
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
User avatar
Allewyn2
Level 3
Level 3
Posts: 120
Joined: Sat Sep 11, 2021 11:38 pm

Re: [] Am I root?

Post by Allewyn2 »

Ok, I got it thanks for helping me avoid problems :roll:
I had read root kits were still dangerous in Linux and, having been a Windows user since there WAS Windows, am security over concious.
sudo apt-get purge win10 && sudo apt-get install Happiness
Locked

Return to “Installation & Boot”