©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

passwd Struct Reference

List of all members.

Detailed Description

Description:
Structure for getpwuid (Std. UNIX; see AUP2 Sec. 3.5.2)
Headers:

Definition at line 3393 of file SUS_Summary.

Public Attributes

char * pw_name
uid_t pw_uid
gid_t pw_gid
char * pw_dir
char * pw_shell


Member Data Documentation

char* passwd::pw_dir
 

login directory

Definition at line 3397 of file SUS_Summary.

gid_t passwd::pw_gid
 

group ID

Definition at line 3396 of file SUS_Summary.

char* passwd::pw_name
 

login name

Definition at line 3394 of file SUS_Summary.

Referenced by main(), and print_owner().

char* passwd::pw_shell
 

login shell

Definition at line 3398 of file SUS_Summary.

uid_t passwd::pw_uid
 

user ID

Definition at line 3395 of file SUS_Summary.


The documentation for this struct was generated from the following file:
Generated on Fri Apr 23 10:57:14 2004 for AUP2 Example Source by doxygen 1.3.1