there are the following attributes in usr structure of UNIX:
 
struct     user{
..
 
struct inode        *u_cdir;    /*  inode pointer to current dir */
struct inode        *u_rdir;    /*   inode pointer to root dir */
...
};
 
but where are they in Linux ?
 
Thanks !
 
 

Reply via email to