Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #7268

Re: The pythonic way equal to "whoami"

From Nobody <nobody@nowhere.com>
Subject Re: The pythonic way equal to "whoami"
Date 2011-06-09 03:38 +0100
Message-Id <pan.2011.06.09.02.38.42.922000@nowhere.com>
Newsgroups comp.lang.python
References <islca0$asr$1@speranza.aioe.org> <mailman.2533.1307458768.9059.python-list@python.org> <isnv5p$gla$1@speranza.aioe.org>
Organization Zen Internet

Show all headers | View raw


On Wed, 08 Jun 2011 21:58:17 +0800, TheSaint wrote:

>> os.geteuid
> This return 0 for *root* . I don't know if it's a standard for all distro.

UID 0 is the "superuser". The name "root" is conventional, but it's the
EUID (effective UID) which is used in permission checks; the kernel
doesn't care about names.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

The pythonic way equal to "whoami" TheSaint <nobody@nowhere.net.no> - 2011-06-07 22:24 +0800
  Re: The pythonic way equal to "whoami" Kushal Kumaran <kushal.kumaran+python@gmail.com> - 2011-06-07 20:29 +0530
    Re: The pythonic way equal to "whoami" TheSaint <nobody@nowhere.net.no> - 2011-06-08 21:58 +0800
      Re: The pythonic way equal to "whoami" Christopher Head <chead@is.invalid> - 2011-06-08 13:08 -0700
        Re: The pythonic way equal to "whoami" TheSaint <nobody@nowhere.net.no> - 2011-06-09 19:34 +0800
      Re: The pythonic way equal to "whoami" Nobody <nobody@nowhere.com> - 2011-06-09 03:38 +0100

csiph-web