What is the purpose of the bin directory? [duplicate]
What is the purpose of the bin directory? What are some examples?
/bin — Essential command binaries that need to be available in single user mode; for all users, e.g., cat, ls, cp.
This Wikipedia article may be useful for you: https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
bin directory contains executable files that you have in your system..its like program files if we compare to MS windows .every user individually will have a bin directory which has his own executables...and there is also sbin directory which will have system level programs