>>> from os import stat
>>> from pwd import getpwuid
>>> getpwuid(stat('/home/').st_uid).pw_name
'root'