File Information
 The stat family of functions returns information about a file.
   
       -  [2 points] This does not include the file name, Why?
       
-  [3 points] This does include mode_t st_mode that contains the file type and file permissions
       
           -  Give a likely basic C/C++ type for mode_t
	   
-  Describe how information relating to the file is extracted from this data.  You need not give specific code/functions/macros/..., but describe the process.