Say I'm a non-admin user who wants to put an executable somewhere in his path so that he can run it like a regular program.
What is the "proper" accepted location for that path? is it ~/bin
? ~/.local/bin
? Elsewhere?
Say I'm a non-admin user who wants to put an executable somewhere in his path so that he can run it like a regular program.
What is the "proper" accepted location for that path? is it ~/bin
? ~/.local/bin
? Elsewhere?
~/bin
, but I don't think there's any kind of standard ... any user is pretty much free to structure his/her home directory however he/she likes. – dirkt May 29 '18 at 04:32