Ubuntu 的 sudo_root

前端之家收集整理的这篇文章主要介绍了Ubuntu 的 sudo_root前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
To run a command as administrator (user "root"),use "sudo <command>".
See "man sudo_root" for details.


man sudo_root

NAME sudo_root - How to run administrative commands SYNOPSIS sudo command sudo -i INTRODUCTION By default,the password for the user "root" (the system administrator) is locked. This means you cannot login as root or use su. Instead,the installer will set up sudo to allow the user that is created during install to run all administrative commands. This means that in the terminal you can use sudo for commands that require root privileges. All programs in the menu will use a graphical sudo to prompt for a password. When sudo asks for a password,it needs your password,this means that a root password is not needed. To run a command which requires root privileges in a terminal,simply prepend sudo in front of it. To get an interactive root shell,use sudo -i. ALLOWING OTHER USERS TO RUN SUDO By default,only the user who installed the system is permitted to run sudo. To add more administrators,i. e. users who can run sudo,you have to add these users to the group 'sudo' by doing one of the following steps: * In a shell,do sudo adduser username sudo * Use the graphical "Users & Groups" program in the "System settings" menu to add the new user to the sudo group.

原文链接:https://www.f2er.com/ubuntu/351383.html

猜你在找的Ubuntu相关文章