Ubuntu Linux ships with the tool sudo all setup for you to use to perform any administrative tasks instead of giving you root user privileges. Ubuntu Linux поставляється з інструментом Суду всі установки для вас використовувати для виконання будь-яких адміністративних завдань, а не дати вам повноваження супер. If you have used other flavors of Linux and performed any administrative tasks on them you will quite likely feel a bit constrained by sudo , even though you can do just about anything you can as root with sudo. Якщо ви використовували інші різновиди Linux і виконуються будь-які адміністративні завдання, на них ви будете почувати себе цілком ймовірно, кілька стримується Суду, якщо будете ви можете робити що завгодно, ви можете так корінь з Судом. In such cases you can enable the root user account which has been disabled by Ubuntu by default. Note: this could pose a security risk and is not recommended for beginners. У таких випадках ви можете включити обліковий запис користувача root, яка була відключена Ubuntu за замовчуванням. Примітка: це може становити загрозу безпеці, і не рекомендується для новачків.
There are two levels at which you can enable root access – the command line and in the Gnome desktop. Є два рівня, на якому ви можете включити кореневого доступу - в командному рядку і на робочому столі Gnome. To enable the root user login on the command line run the following command: Для того щоб Логін суперкористувача в командному рядку введіть таку команду:
# sudo passwd root # Суду Passwd кореневу
The command line will prompt you to enter your password, and then the new root user password twice. Командну рядок запропонує вам ввести пароль, а потім новий пароль користувача кореневих двічі. Enter them correctly and your root command line login should be good to go. Введіть їх правильно і ваша коренева Логін командного рядку повинно бути добре йти.
To enable the root user to now log into Gnome, open the file gdm.conf which will most likely be at /etc/X11/gdm/gdm.conf and change the AllowRoot condition to: Щоб включити кореневого користувача тепер увійти в Gnome, відкрийте файл gdm.conf яка швидше за все буде в / etc/X11/gdm/gdm.conf і змінити AllowRoot умова:
AllowRoot=true AllowRoot = True
Save the file. Збережіть файл. Log out of Gnome and log back in to activate your new settings. Вийдіть з Gnome і знову увійти, щоб активувати нові налаштування.























Simple, but Great .. Прості, але сильний ..