home in linux file system



    home : User home directories



Purpose


There is always a home directory for each user where he/she can store files.


Directory found inside /home is user name.




Requirements


User specific configuration files for applications are stored in the user’s home directory in a file that starts with the ’.’ character (a "dot file").


It acts as a separate workspace for each user.



 

Comments