Results 1 to 9 of 9
I bought this copy of PCPro see, it has a disk in it that lets you install Ubuntu Linux 10.04 LTS Desktop Edition see, and like, I do that, so ...
- 09-10-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 1
Whoop-de-flippin'-do
I bought this copy of PCPro see, it has a disk in it that lets you install Ubuntu Linux 10.04 LTS Desktop Edition see, and like, I do that, so I gets a wonderful dual boot system see, oh by the way, I've done all this on my Compaq nx6325, a laptop by HP (not in the strictest sense a "Desktop"), anyway, in order to install stuff I have to get the cursor in the terminal to allow me to become "root" (all you Aussies stop giggling), and guess what, it's off-flippin'-limits, init? So what do I do to get myself a "root" (all you Aussies, stop guffawing) classification? Can it be done on a laptop, can it be done on an HP laptop? Oh, and one other thing, WIRELESS NETWORKING and why it won't find my Netgear router?
Oh, gone is the day
Of the good ol' plug 'n' play
And now an application
Requires real installation
I should have gave a damn
When it came time to program
An' now I gotta call it in
Coz my brain's a RubbishBin
Help me, please.
- 09-10-2010 #2
Hello and Welcome.
For Ubuntu, you need to use sudo instead of root.
(password)Code:sudo commandname
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-10-2010 #3
You do not have to use the terminal to install stuff. Ubuntu has a couple of different GUI programs for installing software as well as they're new software center.
Wireless is probably because your wireless card requires non-free software than Ubuntu can't ship. It's generally easy enough to get it working, but we need to know the chipset of the card.
From a terminal, post the output of
More info on Ubuntu and how to use it:Code:lspci -vnn lsmod
Ubuntu:Lucid -
Ubuntu Lucid Lynx 10.04 Post Installation Guide - my-guides.net
- 09-10-2010 #4
To get a root prompt, you can do this,
Then type your password.Code:sudo -s
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 09-10-2010 #5Just Joined!
- Join Date
- Feb 2006
- Location
- Cambridge, UK
- Posts
- 7
As others have said, you can't login directly as root. This is deliberate; it prevents root password hacking. Furthermore, only administrative users can escalate their permissions to "root" level. The login you set up during the installation process will be administrative.
To get root privileges, you should log in as an administrative user first. Start up a terminal, and then use "sudo bash" - you use your own password - to get yourself a root prompt. Better still, just issue the command you'd have wanted to issue as root, but prefix it with "sudo " - it's not a great idea to risk having root prompts open indefinitely.
If you want to run a GUI program from the command line, use gksudo in place of sudo.
- 09-11-2010 #6Just Joined!
- Join Date
- Feb 2005
- Location
- USA
- Posts
- 13
root login under Ubuntu 10.04
Open terminal and enter:
sudo passwd root
enter your password at the first prompt,
enter the root password at the next two prompts
go to "system", then "administration: and then "login screen" and revise things to allow root to log in.
- 09-12-2010 #7Just Joined!
- Join Date
- Feb 2006
- Location
- Cambridge, UK
- Posts
- 7
Promise me you're trolling!
NO! You're trolling, surely? You are making root vulnerable to anyone with access to a keyboard and a login prompt, and non-administrative users who can now attempt to crack the password programatically. You're also making it far more likely that someone passing could find a root shell open and ready for hacking.
This kind of vulnerability is exactly what the Unix/Linux world has been trying to move away from, ever since Bell Labs Version 7, which is where I came in.
- 09-13-2010 #8Just Joined!
- Join Date
- Feb 2005
- Location
- USA
- Posts
- 13

mandatory 10+ characters
- 09-15-2010 #9Just Joined!
- Join Date
- Feb 2006
- Location
- Cambridge, UK
- Posts
- 7
You can have more characters than a Mexican soap opera, it doesn't protect you from passers-by (or ingenious hackers) opportunistically exploiting an open root shell session.
sudo protects you, particularly if you use it per command rather than to open a root shell: after a few minutes, you have to enter your own password again, which leaves opportunists out in the cold.


Reply With Quote
