Perl Programming/Keywords/getpwuid

Previous: getpwnam Keywords Next: getservbyname

The getpwuid keywordEdit

The getpwuid function gets the next passwd record given the users identifier UID.

SyntaxEdit

  getpwuid UID

ExamplesEdit

   getpwuid 4711;
Previous: getpwnam Keywords Next: getservbyname