LINUX.ORG.RU

История изменений

Исправление AS, (текущая версия) :

[adm@nb ~]$ su -l test
Password:

[test@nb ~]$ sudo  whoami
[sudo] password for test:
test is not in the sudoers file.  This incident will be reported.

[test@nb ~]$ systemd-run -t whoami
Running as unit: run-u88.service
Press ^] three times within 1s to disconnect TTY.
root

[test@nb ~]$ id
uid=502(test) gid=502(test) groups=502(test),10(wheel)

[test@nb ~]$

по systemd-run GUI-шечка открылась с выбором пользователей, выбрал этого test.

Исходная версия AS, :

[adm@nb ~]$ su -l test
Password:

[test@nb ~]$ sudo  whoami
[sudo] password for test:
test is not in the sudoers file.  This incident will be reported.

[test@nb ~]$ systemd-run -t whoami
Running as unit: run-u88.service
Press ^] three times within 1s to disconnect TTY.
root

[test@nb ~]$

по systemd-run GUI-шечка открылась с выбором пользователей, выбрал этого test.