You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
474 B
Perl

($name, $passwd, $uid,$gid, $quota, $comment,$gcos, $dir, $shell) = getpwnam($username);
Value Contains
$name User name.
$passwd Encrypted password.
$uid User ID.
$gid Group ID.
$quota Allowed disk quota, often used for other purposes.
$comment Generally unused.
$gcos Often contains full user name.
$dir User's home directory.
$shell Program that gets launched for the user as the login shell.