this post was submitted on 06 Sep 2024
102 points (100.0% liked)

Linux

81 readers
11 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 
top 17 comments
sorted by: hot top controversial new old
[–] reisub@discuss.tchncs.de 21 points 2 months ago (2 children)

This is outdated, since /bin, /sbin and /lib now should be merged with their /usr counterparts

[–] neidu2@feddit.nl 11 points 2 months ago* (last edited 2 months ago)

Also, fuck /media. All of my (middle aged) homies hate /media

[–] Hamartiogonic@sopuli.xyz 1 points 2 months ago

It’s a tradition at this point. If you post an infographic about unix/linux system folders, you’re obliged to avoid all modern sources. Preferably, you would use material that is at least 20 years old.

[–] neidu2@feddit.nl 16 points 2 months ago

WTF, for the past 25 years, I thought /usr was short for /user, partially because of FreeBSDs preference for having user homes in /usr/home/*

[–] webghost0101@sopuli.xyz 12 points 2 months ago (5 children)

So where am i supposed to mount my permanent other file systems?

I used to mount them to home, after realizing how much headache that was causing i moved them to mnt. Surely that makes the most sense?

[–] astrsk@fedia.io 10 points 2 months ago

/mnt is reasonable and normal. I have used /mnt, /data, /media for various hardware and software mounted storage. It really doesn’t matter unless you’re dealing with some specific software or organization with esoteric requirements.

[–] Ghoelian@lemmy.dbzer0.com 9 points 2 months ago* (last edited 2 months ago) (1 children)

I usually put them in /media, so my games drive for example lives in /media/games.

Seems to mostly fit with the usual external media that gets mounted there.

[–] Hubi@feddit.org 3 points 2 months ago

Yup, that's what I do too. Mine are mounted to /media/user/ by default.

[–] Kyatto@leminal.space 6 points 2 months ago (2 children)

You can just make a new folder, I put mine on /data

[–] adespoton@lemmy.ca 3 points 2 months ago

Doesn’t even have to be new; I’ve got one at ~/Downloads in my fstab.

[–] webghost0101@sopuli.xyz 3 points 2 months ago

Its like the gates of heaven have just opened…

[–] neidu2@feddit.nl 5 points 2 months ago

You mount them to /proc for extra spiciness

[–] Scoopta@programming.dev 4 points 2 months ago

/mnt or /media usually. I use /mnt for permanent filesystems and /media for removable ones but there are no hard rules. My home folder is a separate filesystem from my rootfs, just depends on how you want things setup.

[–] bionicjoey@lemmy.ca 10 points 2 months ago

A more accurate and detailed explanation is available by running man hier

[–] Mr_Blott@feddit.uk 2 points 2 months ago

I don't have this problem because I use Windows snorts

[–] nanook@friendica.eskimo.com 1 points 1 month ago

Temporary files can be created by user programs. On my machines, I made /tmp an in memory file system and also disallow execution or setuid/gid in this directory as much malware tries to abuse it in this manner.

[–] cupcakezealot@lemmy.blahaj.zone 1 points 2 months ago

i know it would never happen but id love for microsoft to adopt a structure like this