Questions tagged [root]

In an Ubuntu system, root is the superuser, the owner of most system files. Questions about the root user or accessing superuser privileges may use this tag; the / or /root directories may be more appropriately tagged with "filesystem"

root is the name used for the super user account in Ubuntu, which has all permissions to control files and directories in the system. The privileged status of this account is associated not with the name "root" but with its UID - root is UID 0

The majority of system files belong to root and normal users do not have permission to modify them. This makes the system more secure, as it is difficult for an unprivileged user to cause serious damage.

In Ubuntu, by default there is no password for root. This means that you cannot su root (switch user to root) as this would require root's password. Instead of switching user to root or logging in as root, normal users can elevate privileges using the sudo (superuser do) command. By default, the first human user account created will have UID 1000 and the right to run any command with sudo privilege. Other user accounts may be granted this permission, and other options may be configured, using the /etc/sudoers file, which should always be edited with the visudo command.

Related tags:

1748 questions
84
votes
4 answers

What is the default root password?

I installed Ubuntu 12.04 LTS (Precise Pangolin), 64 bit. Nowhere was I asked to set password for root. I just installed AccuRev SCM software. It was installed under the /root folder by default. Now I try do something on that folder. I tried with su…
5YrsLaterDBA
  • 1,085
19
votes
1 answer

How can I close a root process "unknown TCP" that shows up in nethogs?

How can I close a root process "unknown TCP" that shows up in nethogs? I think my box has been pwned and using nethogs I see a root process of "unknown TCP". Can anyone tell me if this an expected process, what it may be for and if/how I can close…
dibs
  • 3,489
9
votes
3 answers

How to recover root user

I have accidentally changed the root user from administrator type to basic type in the user account page, and now i have no whatever root previligaes on the system, how i can switch back to administrator type?
Kaspro
  • 89
4
votes
3 answers

Could not display "/media/...".The location is not a folder

i have installed ubuntu 12.10 (64 bit) beside my windows 7(64 bit) via wubi.i have just increased the size of root.disk via wubi manual but when i log into ubuntu i can not mount my windows ntfs drives it says : Could not display "/media/...".The…
4
votes
1 answer

I enabled the root account by mistake, how do I disable it?

I wanted to change my own password, but instead of using sudo passwd myuser, I used sudo passwd by mistake, and so I set the password for root. Does that mean that my root account is enabled now? I know that it's supposed to be disabled in Ubuntu.…
sashoalm
  • 5,131
3
votes
2 answers

How to run programs as root user without using Terminal

I want to run the programs as root user without using the terminal command line, is that possible to do like that? if yes tell me please. Thanks.
Ahmed Dirie
  • 43
  • 1
  • 2
  • 5
2
votes
2 answers

I want to enable the 'root' user during the login prompt on Ubuntu 14.04 server

I'm using Ubuntu 14.04 Server version. I want to enable the 'root' user login. I have tried with /etc/ssh/sshd_config file but no positive results comes out.Please help me providing the solution. Thanks in advance
2
votes
1 answer

why my root password is not working?

I guess as the root password is default user account password (if i am wrong correct me) in terminal when I type su it asks me password when I enter my password it says Authentication failure why is it happening??
2
votes
1 answer

how to declare that you have full superuser permissions when prompted on terminal?

I am a very basic Ubuntu user. Everytime I am trying the terminal, I receive the following question and I do not know how to answer: Do you have full superuser (root) permissions? I want to configure the TV at home to send video via HDMI port. When…
2
votes
1 answer

Can't access Root File Folder

I just installed Ubuntu 11.0 and when I try to go into Root folder to add new wirless drivers it says I don't have permissions to access the root folder even though I am the only user on the computer and I am an administrator. How do I fix this?
1
vote
0 answers

How to Enable Root Login on Ubuntu 17.04

Can anyone please guide me on how to enable root login in Ubuntu 17.04?
1
vote
1 answer

How can I increase the size of Root Partition?

I have installed Ubuntu 14.04LTS along with Windows 10. I have dedicated 10GB for root directory and now I want to resize the root partition. How can I resize the root?
1
vote
1 answer

xubuntu changes file permissions automatically and unable to change file permissions via terminal

when the computer is booting up, it gives this massage i pressed F to repair. after 10 sec i could log in normally. but had some issues with file permissions in home partition and tried to change them. them could not be changed. so i restarted the…
Srinesh
  • 327
1
vote
0 answers

What is password for root?

I know my administrative and account password. But, whenever I try to change it or do anything like connecting to wifi, connecting to a new internet connection whether it be wired or a mobile network, or anything work, my Ubuntu 12.04 ( Which I have…
Myshkin
  • 141
  • 1
  • 7
1
vote
2 answers

Problem using “sudo su” command

I can't login as root, this is what happens: gladiss@gladiss-Lenovo-G580:~$ sudo su sudo: /usr/lib/sudo/sudoers.so must be only be writable by owner sudo: fatal error, unable to load plugins I've tried all commands suggested in similar threads.…
gladiss
  • 11
  • 1
  • 2
1
2 3 4 5