standard_directories

PathContents
/binBinaries(executables) which are essential to the system, e.g. for shells(bash) and commands(cp,mv,ls)
/devLinks to hardware devices managed by the kernel
/etcConfiguration files
/homeUser Home directories
/procView of the current state of the kernel and running processes as files
/sbinlike /bin but contains programs for use by system administrators instead
/tmpTemporary files, often deleted during reboot
/usrMost non-essential Applications, header files,Libraries and other read-only data
/varVariables files, caches, log files print spoolers, etc.