How to enable root login in linux ubuntu 18.04

preview_player
Показать описание
How to enable #root_login in linux #ubuntu 18.04
How to login as root in ubuntu 18.04

Commands used : -

sudo passwd root # set a root password
sudo apt-get update
sudo apt-get install lightdm

[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
greeter-show-manual-login=true

#############################################

Hello Friends ,

In this Video I have shown a very simple method to enable root login with gui in linux ubuntu 18.04. I hope you find this video helpfull.

Thanks for watching

LIKE | SHARE | SUBSCRIBE :)

Follow us on Facebook

Website Link :-

Tags : -

ubuntu 16 enable root login gui,
ubuntu 16.04 root login gui,
ubuntu 14.04 root login gui,
how to enable root login in ubuntu 16.04 server,
ubuntu enable root login,
how to login as root in ubuntu,
enable root login gnome ubuntu,
gui root access ubuntu,
Рекомендации по теме
Комментарии
Автор

Thank you very much! I looked at the official site and found nothing. It turns out that simple!

k.k.
Автор

LightDM is the display manager running in Ubuntu up to version 16.04 LTS. While it has been replaced by GDM in later Ubuntu releases, LightDM is still used by default in the latest release of several Ubuntu flavors. LightDM starts the X servers, user sessions and greeter (login screen). Hence There is no need of lightDM :). Its Time talking process also...

manishfoodtechs
Автор

bro after i type sudo reboot it appears like
(System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to talk to init daemon.)
what can i do

lusiferking
Автор

Sir i have 2errors in this process
Can i show u pictures

monajagadale
Автор

Will it work for POP-OS ( based on ubuntu 19.10 )?

shan
Автор

Did you have any problems opening file manager and/or Chrome logged in as root user?

fredcrys
Автор

Did this now i get greeted with cmd line purgatory

jordanrowan
Автор

When I finished writing sudo reboot, my HP just restarted without password

xlfstpy
Автор

Hi bro, can you tell me how to get back to normal user, when I followed ur video i got into new window of Ubuntu but I can't find any data, now i forgot my username of normal user, so how to get back to that?

sanjeevmaurya
Автор

Iv created all but how are you getting back to terminal? How did you exit couldn't quite understand after lines were input

shadowarez
Автор

It's working without error thanks

hmne
Автор

hi, I want to ask how to solve a problem like this, System has not been booted with systemd as init system (PID 1). Failed to connect to bus: Host is down Failed to talk to init daemon, plis heelp me
Thanks

aaathan
Автор

uneble to locate package lightm what to do

volim_pare_hocu_ih_jos
Автор

Thank you for your sharing. And I wonder how to change back to original?

stsaitsai
Автор

Thanks I got it through but unluckily I am unable to find the Login button appearing. I am using ubuntu 18.04 on Virtual box. Please help if you are aware.

Sunyanarai
Автор

Brother please help me, I get stuck in login Page. When I open my laptop they asked me username I did same but root and then password but they are first saying that pasword is wrong but after trying many times it showing failed to start session. What should I do now I m not able to work on my laptop it is locked now 😭

_targetias
Автор

It did not work for me. Ubuntu 18.04.5 LTS codename Bionic

eduardocardoso
Автор

additional info:
To fix "ttyname failed:Inappropriate ioctl for device" error when loading root profile in a text editor:


gedit /root/.profile


find and remove the following line:


mesg n || true


And replace it with the following and save:


if `tty -s`; then
mesg n
fi


Logout and relogin again to see if it works :)

mr.lonely
Автор

To login from root. Other login option is not available after doing these steps.

shreelakshmibs
Автор

Commands used : -
...
sudo nano /etc/lightdm/llightdm.conf # <- change llightdm.conf to lightdm.conf

vincentchong