RTEMS  5.1
Data Fields
rtems_user_env_t Struct Reference

User environment. More...

#include <userenv.h>

Data Fields

rtems_filesystem_global_location_tcurrent_directory
 The anchor directory for relative paths.
 
rtems_filesystem_global_location_troot_directory
 The anchor directory for absolute paths.
 
mode_t umask
 The file mode creation mask.
 
uid_t uid
 The real user ID.
 
gid_t gid
 The real group ID.
 
uid_t euid
 The effective user ID.
 
gid_t egid
 The effective group ID.
 
char login_buffer [LOGIN_NAME_MAX]
 The login buffer.
 
pid_t pgrp
 The process group ID.
 
size_t ngroups
 The count of supplementary group IDs.
 
gid_t groups [NGROUPS]
 The list of supplementary group IDs.
 

Detailed Description

User environment.


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