我有 2 台 Linux 机器,1 台 VPS 和 1 台树莓派
问题:
例如,当调用 root 函数时,service "a service" restart
这两种情况看起来不同。有些用户不显示为可能的授权用户,尽管他们在两种情况下都是 sudoers
VPS:
Authentication is required to manage system services or units.
Multiple identities can be used for authentication:
1. user1
2. cybex
3. ,,, (backup-user)
4. steam
Choose identity to authenticate as (1-4):
树莓派
user1 和 cybex 都是用户和 sudoers(用户在 sudoers 文件中并且属于 sudo 组的一部分),但他们没有列出。
Authentication is needed to run `/usr/bin/nano' as the super user
Multiple identities can be used for authentication:
1. ,,, (pi)
2. root
Choose identity to authenticate as (1-2):
为什么会发生这种情况并且有所不同?
答案1
答案2
sudo
在文件中将自己添加到组中/etc/group