Re: Root user permission



smithveg wrote:
I have not much experiences in this topic, but i do interest in it.
Can someone offers a link of HOWTO about this topic 'root permission'


Mario Vukelic is right. However, you can easily set up a root password
using sudo.

You can use sudo if you are part of the sudo group (see the files
/etc/group and /etc/group-) If you installed ubuntu then you are already
part of the sudo group. To accomplish any administrative task such as
apt-get update, you have to issue

sudo apt-get update

and then give your password. While this has security advantages, it is
cumbersome for extensive administration. I simply issued

sudo passwd

and gave a root password. Now, I can use su, followed by the root
password to gain superuser priviledges.

Art Edwards

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Dumb question of the week.
    ... me a blood-red prompt. ... I think that 'root' commands must work without surprises like aliases ... My su and sudo work as defined in the man pages, ... which asks for the root password and then, ...
    (alt.os.linux.suse)
  • Re: [Off Topic] Re: Linux security
    ... enabled a root password, ... As was pointed out before users don't care ... Much like OSX. ... With much the same mechanism (OSX also uses a sudo ...
    (Ubuntu)
  • Re: Linux, fast
    ... So you sudo $EDITOR /etc/network/interfaces. ... Personally, I set a root password not long after installing Ubuntu, but I ... `Nam et Hannibalis apud Romanos iam ante Sangunti excidium celeberrimum ...
    (uk.comp.os.linux)
  • Re: gksudo without sudo
    ... I entered the root password. ... No working sudo after expert install? ... adduser your_normal_username admin ...
    (Ubuntu)
  • Re: About root or administrative account
    ... is not less safe than having a different root password. ... think the ordinary user who does an administrative task should have to ... That's the core of security with sudo. ... The logging that you get with sudu helps, and that with a single user, ...
    (Ubuntu)