Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
The pythonic way equal to "whoami"
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Christopher Head, post: 4218404"] It is. Until Linux capabilities, EUID==0 used to be special-cased in the kernel as being the test for binding to network ports <1024, bypassing filesystem access control, changing the system time, and so on. Since Linux caps, it's theoretically possible to use a different UID, but for compatibility and convenience, as well as because PID 1 (/sbin/init) is still invoked by the kernel as UID 0, everyone still does that. Chris [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
The pythonic way equal to "whoami"
Top