We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Подробно опишите своё предложение:
Там пример вообще неправильный.
Описаны отличия euid/ruid от suid, а не отличия ruid от euid.
https://en.wikipedia.org/wiki/User_identifier
eauid используется для определения доступа к ФС.
ruid - The real UID (ruid) and real GID (rgid) identify the real owner of the process and affect the permissions for sending signals.
А вот suid - да, при сохранения uid при понижении привилегий.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Подробно опишите своё предложение:
Там пример вообще неправильный.
Описаны отличия euid/ruid от suid, а не отличия ruid от euid.
https://en.wikipedia.org/wiki/User_identifier
eauid используется для определения доступа к ФС.
ruid - The real UID (ruid) and real GID (rgid) identify the real owner of the process and affect the permissions for sending signals.
А вот suid - да, при сохранения uid при понижении привилегий.
The text was updated successfully, but these errors were encountered: