passwd Struct Reference

#include <stdapis/pwd.h>

struct passwd

Detailed Description

The passwd data structure is used to hold information about entries in the system user data base

Member Attribute Documentation

pw_change

time_t pw_change

password change time

pw_class

char *pw_class

user access class

pw_dir

char *pw_dir

home directory

pw_expire

time_t pw_expire

account expiration

pw_fields

intpw_fields

internal: fields filled in

pw_gecos

char *pw_gecos

login info

pw_gid

gid_t pw_gid

user gid

pw_name

char *pw_name

user name

pw_passwd

char *pw_passwd

encrypted password

pw_shell

char *pw_shell

default shell

pw_uid

uid_t pw_uid

user uid