I have been reading an article from GeeksforGeeks that includes the following image of a unix filesystem layout:
After some reading (mainly of this post) I was able to determine the difference between /bin and /usr/bin. But, I haven't found anything detailing what /home/<username>/bin is used for. What binaries are stored here? Is it packages that a user might have downloaded from the web, or something similar?
