我想给sudo访问测试用户切换到linux中的test2 sudo命令。但是测试用户不应该去根帐户。
请帮忙, 感谢
答案 0 :(得分:0)
使用sudoers文件。它是macos的模拟,但在linux中是相同的。 https://apple.stackexchange.com/questions/82438/allow-sudo-to-another-user-without-password
答案 1 :(得分:0)
在/ etc / sudoers中 - 添加测试ALL =(ALL)NOPASSWD:/ bin / sudo / bin / su - test2
这有效