Ask a Question related to Ubuntu, Design and Development.
-
John Cook #1
new to Ubuntu - root
Can anyone tell me how to log in as "root"? I've tried -passwd root and
su - but doesn't seem to work.
Thank You,
JT Cook
John Cook Guest
-
Ubuntu 5 to 6
Can Ubuntu Version 5 be upgraded to 6 form within 5? Thank You, JT Cook -
ExpandPath evaluates to ColdFusion root instead ofvirtual web server root
Hi, I am running ColdFusion MX7 on a Windows 2000 Server with IIS 5. The server is running multiple web sites using virtual hosting (host... -
ubuntu
i got an image file from a magazine's disc and yet i am having trouble turning this into a bootable disc. the start up screen come up alright but... -
Web content root ?= CF application root?
Are there any benefits to using a web content root that differs from the CF application root of (on Windows)... -
Document root not website root
Could someone please help me with this. I want to use PHP in my website; but run into a snag, the recommended method of calling an include is:... -
John C Pearson #2
Re: new to Ubuntu - root
On Fri, 10 Mar 2006 19:28:27 -0800, John Cook wrote:
[url]http://www.ubuntu.com/support/faq?highlight=%28root%29[/url]> Can anyone tell me how to log in as "root"? I've tried -passwd root
> and su - but doesn't seem to work.
>
> Thank You,
> JT Cook
here's the snip:
What's the root password after I install? How do I use the root account?
The root account is disabled when you first install Ubuntu. The first user
created during the installation has administrative rights on the system,
and can run programs as root with sudo, using only their normal user
password. For example: sudo apt-get update. If you wish to use the root
account in more traditional UNIX fashion, you can set the root password by
typing sudo passwd root. This will allow you to use su or login as root on
the console. If you need a shell with root privileges, run sudo -s. All
uses of sudo will require the user's password. Some additional comments
about sudo can be found in the wiki here.
John C Pearson Guest
-
SINNER #3
Re: new to Ubuntu - root
* John Cook wrote in alt.os.linux.ubuntu:
> Can anyone tell me how to log in as "root"? I've tried -passwd root and
> su - but doesn't seem to work.The primary user is set up as an sudoer by default. Try:> Thank You,
> JT Cook
sudo <command>
Password: <current user password>
root is really not necessary but if you decide you must:
[url]http://www.ubuntuforums.org/archive/index.php/t-31053.html[/url]
--
David
Any man who hates dogs and babies can't be all bad.
-- Leo Rosten, on W.C. Fields
SINNER Guest



Reply With Quote

