Memes, jokes and general humor about GNU+Linux
Rules:
- Posts must be relevant to GNU+Linux or at least an open source unix-like operating system
- No NSFW content
- No hate speech, bigotry, etc
- 0 users online
- 2 users / day
- 2 users / week
- 33 users / month
- 66 users / 6 months
- 1.52K subscribers
- 197 Posts
- 525 Comments
- Modlog
they’re OpenSuSsy
I’m sorry
Sorry isn’t enough
Why susy?
Sus. As in Among Us.
Getoutofmyhead Getoutofmyhead Getoutofmyhead Getoutofmyhead Getoutofmyhead Getoutofmyhead Getoutofmyhead Getoutofmyhead
It’s so u can have a folder for ur own binaries w/out being admin
Everyone knows that the correct location is
~/.local/bin/
FreeBSD uses ~/bin/ which proves it’s correct
FreeBSD also uses a serial init system which is horribly slow. Is that correct?
I don’t know but it boots faster than my Linux system…
As others have said it’s so the user can place their own executables on the
PATH
. Ubuntu supports this too, if you look in~/.profile
you will find this snippetI believe the current convention is to use
~/.local/bin
for this purpose, and~/bin
is an older convention.And there is no binary inside that folder
That folder is on the $PATH, so you can place an executable/script into there (or symlink to an executable), and then you can directly run that executable from your shell, with just the file name as the command name (not anymore the whole path).
There is already .local/bin for that purpose.
That’s not standardized across distros…