Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set root permissions in ubuntu13.04

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How to set root permissions in ubuntu13.04, in view of this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and easy way.

1. Log in as an ordinary user

two。 Press Ctrl+Atl+T to open the terminal window

3. Enter: sudo-s in the terminal window, then enter the login password of the ordinary user, and enter enter to enter the root user rights mode.

4. Modify the system configuration file, vi / etc/lightdm/lightdm.conf. Increase

The code is as follows:

Greeter-show-manual-login=true

Allow-guest=false

The entire modified configuration file is

The code is as follows:

[SeatDefaults]

Greeter-session=unity-greeter

User-session=ubuntu

Greeter-show-manual-login=true # manually enter the user name and password of the login system

Allow-guest=false # does not allow guest login

5. Then we start the root account:

The code is as follows:

Sudo passwd root

Enter the password for the roott account when prompted.

Finally, restart ubuntu, the login window will have the "login" option, and then we can log in through root.

This is the answer to the question about how to set root permissions in ubuntu13.04. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel to learn more about it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report