this post was submitted on 02 Oct 2023
1406 points (96.7% liked)

Programmer Humor

19187 readers
1439 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] SnowdenHeroOfOurTime@unilem.org 62 points 11 months ago (17 children)

This is a feature, not a bug

[–] MJBrune@beehaw.org 13 points 11 months ago (8 children)

All folders and files should be in lower case.

[–] bier@feddit.nl 6 points 11 months ago (6 children)

Why did Linux systems go for capitals in the home folder? It's actually kind of annoying and takes extra key presses.

....A while later "XDG Base Directory Specification"

[–] zlatko@programming.dev 2 points 11 months ago

XDG specifies the capital names, but to be nitpickingly technically precise, linux systems don't do this. It mostly is done by the distribution maintainers, and the XDG specs. A base system does not usually have a notion of anything beyond your $HOME.

Try adding a user: sudo adduser basicuser. If you ls -al ~basicuser you will see it's almost empty, just the .bashrc (or in my fedora, there's some .mozilla crap in /etc/skel that also gets bootstrapped).

load more comments (5 replies)
load more comments (6 replies)
load more comments (14 replies)