uos基础 sudoers 查看sudo的配置文件

统信桌面操作系统专业版V20(1070) Linux uos 5.10.97-arm64-desktop

uos基础 sudoers 查看sudo的配置文件

c 复制代码
root@uos:~# cat /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults        env_reset
Defaults        mail_badpass
Defaults        secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root    ALL=(ALL:ALL) ALL

# Allow members of group sudo to execute any command
%sudo   ALL=(ALL:ALL) ALL

# See sudoers(5) for more information on "#include" directives:

#includedir /etc/sudoers.d
root@uos:~#
相关推荐
Mapleay8 分钟前
创建 Linux SDK包源码阅读环境
linux·运维·服务器
hong781710 分钟前
阿里coding plan qwen3.6-plus 不支持图片上下文长度只有200K,问题出在哪?
linux·运维·数据库
Lsir10110_16 分钟前
深入链路层:报文 MAC 传输原理与 ARP 欺骗、中间人攻击全解析
运维·服务器·网络
modelmd23 分钟前
Docker 重命名数据卷
运维·docker·容器
Skilce25 分钟前
K8S部署
linux·运维·服务器·容器·kubernetes
程序员老邢25 分钟前
【技术底稿 12】内网统一日志系统 Loki + Promtail 全流程部署(对接 Grafana,监控日志一体化)
java·运维·程序人生·grafana·devops
重生的黑客37 分钟前
Linux :vim 深入与 gcc 编译详解
linux·运维·vim
南境十里·墨染春水1 小时前
linux学习进展 进程
linux·运维·学习
cyber_两只龙宝1 小时前
【Oracle】Oracle之DQL中SELECT的基础使用
linux·运维·服务器·数据库·云原生·oracle
Hello World . .1 小时前
linux驱动编程2 : uboot、Linux内核、rootfs来源及制作流程
linux·运维·服务器