ELF          >          @       P4          @ 8  @                                 #      #                    -      -      -                                -      -      -                                                 $       $              Ptd   $!      $!      $!      \       \              Qtd                                                  Rtd   -      -      -      X      X                      GNU `RqpBPq       %           @	%   '   )   BE|qXo                            E                                                                                       <                     f                                                                                                                                                      3                     u                      N                     +                                           >                                                                                                                                 $                     P                                                                                     a                                                                                       8                       h                     R   "                                            03                  83                  03                  	                    ,              [                   __gmon_start__ _init _fini _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize _Jv_RegisterClasses PyModule_GetState _Py_Dealloc PyStructSequence_NewType PyModule_AddType PyStructSequence_New PyList_New PyUnicode_DecodeFSDefault PyList_Append _PyLong_FromGid PyErr_Occurred _Py_NoneStruct setgrent getgrent endgrent PyUnicode_EncodeFSDefault PyBytes_AsStringAndSize PyEval_SaveThread sysconf PyMem_RawRealloc getgrnam_r PyEval_RestoreThread PyMem_RawFree _PyArg_UnpackKeywords _PyUnicode_Ready PyErr_NoMemory PyExc_KeyError PyErr_Format _PyArg_BadArgument _Py_Gid_Converter getgrgid_r PyInit_grp PyModuleDef_Init libpthread.so.0 libc.so.6 _edata __bss_start _end $ORIGIN/../lib GLIBC_2.2.5                                                                                           ui	         -             P      -                   -                   -                   -             -      (1             -      01             {      h1             -      p1             T      1                    1             {      1                   1                    1             T      1             `      1                      2                   2                   2                    h2                   p2                    2             1      2             1      2                   2                   2                   2                   2             @      2             2      2                   2                   2                   2                    3                   3                   3                   3                   /                    /                    /                    /                    /                    /         !           /         #           0                     0                    (0                    00                    80                    @0                    H0                    P0         	           X0         
           `0                    h0                    p0                    x0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                     0         "            1         #           1         $           HHM  Ht+  H      5b  %d  @ %b  h    %Z  h   %R  h   %J  h   %B  h   %:  h   %2  h   %*  h   p%"  h   `%  h	   P%  h
   @%
  h   0%  h    %  h   %  h    %  h   %  h   %  h   %  h   %  h   %  h   %  h   %  h   %  h   p%  h   `%  h   P%  h   @%  h   0%  h    %z  h   %r  h    H   H=   UH)HHw]H  Ht]@ HY   H=R   UH)HHHH?HHu]H  Ht]H@ =    u'H=   UHtH=  Mh]  @ f.     H=`   t&H  HtUH=J  H]W    Kf.     ATIUHSHH8 tH[H8HL]A\[]1A\f     UHSHHHtHH     H+tH1[]@ H H1[]    USHHBH=  HHHE tHHH[]D  f     AVIAUATUSH8HI   1%HI   InH} HuRf.     HH} Ht;>HH   HLukH+uHH1H} HuI> I~IEHtmIE A~Me0IE(HtZIm t81[]A\A]A^D  H+uHI,$uLIm u@ LHO  IE H LATI1USHH   7fD  HLHHtCHHu&HHPHHtOHu[H]A\H+uHHm t1[]A\    HfD  H1f.     AWAVAUATUSHHH   HH|$(;  H1  H(  HHA     y  HL$ m  H|$ HI/  Ht$@1H  2E   HD$Ll$P.HHø   HDLd$`1,D  "HD$P    uJH?H9  HLHH>HI   H|$@MHHLuH|$~Ht$PH   H|$(HLKI/tpHĈ   H[]A\A]A^A_HD$0L  1HD$    $   HD$A   `HH@ 1@ E11LI/uL HtHHD$ yfD  HD$P    IH|$Ht$PH$1%     HI  HT$ H5]  1H81H  H5  H=  1f.     AWHHAVAUATUSH   HH|$   H   H   H8Ht$0  E   HD$(Ll$PHHø   HDLd$`1I?$    "HD$P    u?L9   HLHHHI   |$0MHHLWu1H|$(GHt$PH   H|$ LHHĈ   H[]A\A]A^A_    HT$@L  D$    $   A   HHT$1(H    1@ HD$P    I   Yf.        EfD  LxtA|$0HHtHH8  H5   H81H+uH1w}HD  UHSHHHtHH     H+tH[]fD  HH[]f.     H=  HH           str argument 'name' getgrnam getgrgid(): gid not found: %S getgrgid getgrall grp grp.struct_group gr_name group name gr_passwd password gr_gid group id gr_mem group members    getgrnam(): name not found: %R                  Access to the Unix group database.

Group entries are reported as 4-tuples containing the following fields
from the group database, in order:

  gr_name   - name of the group
  gr_passwd - group password (encrypted); often empty
  gr_gid    - numeric ID of the group
  gr_mem    - list of members

The gid is an integer, name and password are strings.  (Note that most
users are not explicitly listed as members of the groups they are in
according to the password database.  Check both databases to get
complete membership information.)        grp.struct_group: Results from getgr*() routines.

This object may be accessed either as a tuple of
  (gr_name,gr_passwd,gr_gid,gr_mem)
or via the object attributes as named in the above tuple.
                              getgrall($module, /)
--

Return a list of all available group entries, in arbitrary order.

An entry whose name starts with '+' or '-' represents an instruction
to use YP/NIS and may not be accessible via getgrnam or getgrgid.                              getgrnam($module, /, name)
--

Return the group database entry for the given group name.

If name is not valid, raise KeyError. getgrgid($module, /, id)
--

Return the group database entry for the given numeric group ID.

If id is not valid, raise KeyError.   ;X   
   |t   l        L<  ||  <    \           zR x  $           FJw ?;*3$"    4   D   7    BDD W
JBCAAD   4   |   I    ADD f
CAELCA     ,      G    AAG o
AAF      <      0   BEB A(A0
(A BBBF   <   $      BFA `
DBA]
ABH       L   d  xe   BBB B(A0A8M;
8D0A(B BBBA   L        BHB B(A0A8G
8D0A(B BBBH    4     HF    ADD f
AAGDDA        <  `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   P                                                -             w                                                    ,             -                           -                    o                 8             0      
                                   0                                                     x	                    	              o    X	      o           o          o    %                                                                                                                                               -                                                                &      6      F      V      f      v                                                                  &      6      F      V      f      v                                          -      {                                                      -      T                                                                            {                          T      `                                                                                                                                          1      1                                                      @      2                                                                             GCC: (GNU) 4.8.5 20150623 (Red Hat 4.8.5-44)  .shstrtab .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .text .fini .rodata .eh_frame_hdr .eh_frame .init_array .fini_array .jcr .data.rel.ro .dynamic .got .got.plt .data .bss .comment                                                                                              $                                 o                   <                             (             0      0                                0             8      8                                   8   o                   V                            E   o       X	      X	                                   T             x	      x	                                  ^      B                                             h                                                       c                                                      n                                                      t             ,      ,      	                              z             @      @                                                 $!      $!      \                                           !      !      T                                          -      -                                                -      -                                                -      -                                                 -      -      (                                           -      -                                              /      /      8                                           0       0                                                1       1                                                 03      03                                          0               03      -                                                   ]3                                    