sudu的使用

Posted qiaokeshushu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sudu的使用相关的知识,希望对你有一定的参考价值。

# su user_name
切换用户,默认为root
 
# su - user_name
-:切换用户同时切换环境变量
 
# sudo command
临时使用root权限执行command
 
报错示例:user_name is not in the sudoers file.  This incident will be reported.
解决方法:
1、切换到root身份与root的环境变量
$ su -
2、 此处没有vi和sudo之间没有空格
# visudo
3、最后添加一行
user_name ALL=(ALL)  ALL
4、保存退出

以上是关于sudu的使用的主要内容,如果未能解决你的问题,请参考以下文章

python 函数内引用其他函数问题

05004_Linux的其他命令和权限命令

CentOS下安装实时检測网络带宽的小工具bmon

微信小程序代码片段

webstorm代码片段的创建

使用 Git 来管理 Xcode 中的代码片段