Ubuntu is one of the few Linux distributions out there that will not enable the root account.If you want to do something with root permission on the console you have to type sudo before the command.
sudo” means superuser do. “sudo” will prompt for “Password:”. Please specify user password
As you have noticed during the Ubuntu installation there was no question about the root password, as you might have been used to see during other Linux distribution installation process.Because of this your root accout is inactive.
If you want to enable root account (which is not recommended) enter the following command.
$sudo passwd root
This will prompt for a new root password and once you confirm it, you can start using the root account to login.
If you want to disable root account in ubuntu you need to lock the root account by using the following command
$sudo passwd -l root
If you want to work on a root console you’d better use the following command
$sudo -i
Howto Enable and Disable Ubuntu Root Password
Related Posts:
connect iPhone/iPod Touch (Using USB) in Karmic/Jaunty/Intrepid/HardyIf you want iphone/ipod touch in ubuntu easy way is using iFuse program. iFuse allows you to mount an iPhone or iPod Touch under Linux using the USB … Read More
Install Nodoka (Fedora theme) on UbuntuNodoka is the new Fedora default theme for Gnome. It currently contains gtk engine, gtk theme, metacity theme and gnome meta theme .If you want to ins… Read More
Audio player based on gstreamer- ZikZiK is an audio player based on gstreamer. It uses the path of your audio files instead of a music library. Audio files are shown on the left panel as… Read More
setup Second IP address or Virtual IP address to your Networkcard in ubuntuIf you are a Network Administrator some time you need to assign more than ONE ip address (second ipaddress) to your network card of Ubuntu machine. Fo… Read More
Get Atheros AR5007EG or AR242x wireless cards (may be other models) working in Ubuntu 8.10 (Intrepid Ibex)This tutorial will explain how to Atheros AR5007EG or AR242x wireless cards working in Ubuntu 8.10 (Intrepid Ibex).First you need to compile latest at… Read More
0 comments:
Post a Comment