当前位置:网站首页>sudo 权限控制,简易
sudo 权限控制,简易
2022-08-04 01:54:00 【qq_38781075】
修改sudo权限的文件在下面这里,记得给予写权限
chmod +w /etc/sudoers
vim /etc/sudoers我设置了一组命令叫做 USERCMD (名字随便起),只能用sudo执行cp命令,不能用sudo执行kill命令,并且免密使用sudo (下面示例是test用户),加 ! 表示不能执行哪些命令,见下面框框里
其实只要你不写 /usr/bin/ 这样的命令给用户使用(因为代表 /usr/bin/ 下所有命令),不加 ! 也没事,另外,sudoers 是从后往前进行检测的(后面的优先级判定高),也就是 ! 这种命令要放后面
还有就是支持正则 比如 : /usr/bin/cp ~/* /home ,这样的命令,但是不能写 " ,只能斜杠转义空格,见
linux - How to let the user execute a command containing quotes in sudoers? - Server Fault
Cmnd_Alias 相当于是设置命令组,可以设置多个,用的时候可以用逗号分隔
Cmnd_Alias USERCMD=/usr/bin/cp,!/usr/bin/kill
# Cmnd_Alias TESTCMD=/usr/bin/cp,!/usr/bin/kill
test ALL=(ALL) NOPASSWD: USERCMD
# test ALL=(ALL) NOPASSWD: USERCMD,TESTCMD如果想直接给予root同等权限,建议
test ALL=(ALL) NOPASSWD: ALL详细还是参考
边栏推荐
- Summary of GNSS Articles
- Kubernetes:(九)coredns(浪不动了)
- 参加Oracle OCP和MySQL OCP考试的学员怎样在VUE预约考试
- nodejs installation and environment configuration
- Hey, I had another fight with HR in the small group!
- Web APIs BOM - operating browser: swiper plug-in
- 持续投入商品研发,叮咚买菜赢在了供应链投入上
- thinkphp 常用技巧
- Use of lombok annotation @RequiredArgsConstructor
- nodejs安装及环境配置
猜你喜欢

MallBook联合人民交通出版社,推动驾培领域新发展,开启驾培智慧交易新生态

Array_Sliding window | leecode brushing notes

MongoDB数据接入实践

html select tag assignment database query result

appium软件自动化测试框架

Continuing to invest in product research and development, Dingdong Maicai wins in supply chain investment

Parquet encoding

持续投入商品研发,叮咚买菜赢在了供应链投入上

Parquet encoding

Slipper —— 虚点,最短路
随机推荐
Simple sorting (summer vacation daily question 14)
天地图坐标系转高德坐标系 WGS84转GCJ02
2022 中国算力大会发布“创新先锋”优秀成果
nodejs+express实现数据库mysql的访问,并展示数据到页面上
Android interview questions and answer analysis of major factories in the first half of 2022 (continuously updated...)
KunlunBase 1.0 is released!
sql有关问题,小时粒度,找到前一个小时内的数据
Day13 Postman的使用
html select tag assignment database query result
Thinkphp commonly used techniques
idea中diagram使用
FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
Quickly build a website with static files
Continuing to invest in product research and development, Dingdong Maicai wins in supply chain investment
mpf5_定价Bond_yield curve_Spot coupon_duration_有效利率_连续复利_远期_Vasicek短期_CIR模型Derivatives_Tridiagonal_ppf
GNSS[0]- Topic
静态文件快速建站
The idea of the diagram
Engineering drawing review questions (with answers)
敏捷交付的工程效能治理