passwd Struct Reference

#include <
pwd.h>

Data Fields

char * pw_name
char * pw_passwd
uid_t pw_uid
gid_t pw_gid
time_t pw_change
char * pw_class
char * pw_gecos
char * pw_dir
char * pw_shell
time_t pw_expire
int pw_fields

Field Documentation

time_t passwd::pw_change
 
char* passwd::pw_class
 
char* passwd::pw_dir
 
time_t passwd::pw_expire
 
int passwd::pw_fields
 
char* passwd::pw_gecos
 
gid_t passwd::pw_gid
 
char* passwd::pw_name
 
char* passwd::pw_passwd
 
char* passwd::pw_shell
 
uid_t passwd::pw_uid
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top