Re: Root user permission
- From: Matthew Nicholson <sjoeboo@xxxxxxxxxxx>
- Date: Fri, 27 Oct 2006 16:10:21 -0400
are you sure your root? the default set up is that root has a random
password, so, unless you changed the root password, and then su'd to
root, odds are you are just a "regular" user, who has sudo rights.
to set a root password:
sudo passwd root
<it will prompt twice for a new password>
to become root:
su
<it will prompt for root password>
to change ownership of file/directories:
chown <options> <user>:<group> <files>
to change permissions:
chmod <options> <permissions to change to> <files>
however, you should avoid root at all costs. just using sudo <command>
should do the trick. I never actually su to root, except on the very,
very rare occasion where i want a root shell.
On Sat, 2006-10-28 at 01:00 +0530, Cheatah 0#@!^ wrote:
Inspite of me being the root user of my kubuntu 6.06, i dont have the--
permission to access or change all the files in my kubuntu, like
/boot/grub/menu.lst and many others.
How can i change this so that i have the permission to access or
change each and every file in my system??
Matthew Nicholson <sjoeboo@xxxxxxxxxxx>
sjoeboo.com
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: Root user permission
- From: Mario Vukelic
- Re: Root user permission
- From: Marcelle Soares-Santos
- Re: Root user permission
- References:
- Root user permission
- From: Cheatah 0#@!^
- Root user permission
- Prev by Date: Re: Root user permission
- Next by Date: Announcement
- Previous by thread: Re: Root user permission
- Next by thread: Re: Root user permission
- Index(es):
Relevant Pages
|