+1 vote
in Operating Systems by (40.5k points)
I am trying to install the driver for a graphics card on the Ubuntu machine. It is saying to log in as "root" for the installation. How can I become a "root" user from the command line?

1 Answer

+2 votes
by (71.8k points)
selected by
 
Best answer

Open the terminal and type the following command:

sudo -i

It will ask for the password. Type your current user (non-root) password, and you will become the "root".

Related questions

+3 votes
1 answer
+1 vote
1 answer
+2 votes
1 answer

...