Accessing the root account in Ubuntu

Last update on November 28, 2008 07:45 AM by netty5
Published by netty5

Accessing the root account in Ubuntu





Under Ubuntu the root account is disabled by default.
If fact you can not use the root account to log in locally or remotely.

However, obtaining a shell as root is very easy procedure.

Simply type:

sudo su

or

sudo -s


and enter your password to validate.
Best answers for « Accessing the root account in Ubuntu » in :
[Ubuntu] Enable root account Show [Ubuntu] Enable root account Under Ubuntu the access to root account is only blocked and only the sudo/gksu commands allow the use of features as superuser. To enable the root account and access directly via the console in root mode, you must...
[Myth] There is no root account under Ubuntu Show There is no root account under Ubuntu Myth Reality Explanations Myth There is no root account under Ubuntu. Reality FALSE. Explanations Run the following command: cat /etc/passwd However the root account exists with a blank...
Access the hidden Administrator Account in Windows Vista Show Access the hidden Administrator Account in Windows Vista Why has the Administrator account been disabled in Vista? How to activate the Administrator Account Solution 1: Through User Account Control Solution 2: With Command Prompt Solution...
Installing a SSH server on Ubuntu ShowInstalling a SSH server on Ubuntu Installation Connection An ssh server allows you to remotely access your machine. You'll have access to the remote console (equivalent to telnet, but secure) and the transfer of files (equivalent...
Access the BIOS on a Mac PC ShowAccess the BIOS on a Mac PC Issue How I can open the BIOS Apple 1400cs, 1996? Solution The BIOS does not exist on Mac. There is a firmware called EFI on Intel Macs, but Apple has chosen to block access to users.
Free alternatives for Microsoft Outlook ShowFree alternatives for Microsoft Outlook Outlook is a mail client allowing you to your read and send email by connecting to the server on which your account exists. This is done either by accessing your account via POP (Post Office...
Download Ubuntu ShowUbuntu is a developed operational system for laptops, desktops and servers on " live CD ". Wherever you are,either at home or at school, Ubuntu contains all the applications which you will need. It proposes in particular: - word processing, -...
User management in Windows NT ShowThe notion of a user Windows NT is an operating system which manages sessions, meaning that when the system is started, it is necessary to log in with a user name and password. When Windows NT is installed, the administrator account is created by...
Random access memory (RAM or PC memory) ShowTypes of random access memory There are generally two broad categories of random access memory: DRAM memories (Dynamic Random Access Module), which are inexpensive. They are used essentially for the computer's main memory SRAM memories (Static...
Linux - User management ShowFirst step for the administrator When several people have access to a system, the administrator must manage the users. To do so, he must know the common commands and files to be configured. The important files are: the /etc/passwd file the...