this post was submitted on 26 Jul 2026
30 points (96.9% liked)

Linux

14468 readers
286 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

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

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] fruitcantfly@programming.dev 9 points 3 days ago* (last edited 3 days ago) (2 children)

XFS is the default filesystem for RHE, and while I believe that /tmp is a tmpfs on RHE and should therefore be safe, it is my understanding that /var/tmp needs to be accessible on boot and is therefore typically on the root FS. EDIT: Can confirm for the RHE server I have access to, that this is the case

[–] misk@piefed.social 2 points 2 days ago* (last edited 2 days ago)

I’m seriously behind times because I’m reading RHEL switched to XFS as a default in 2013 and SUSE did that even earlier :o

I don’t even need an LLM to be confidently wrong, sorry.

[–] fruitycoder@sh.itjust.works 4 points 2 days ago (1 children)

/Var /Var/logs /Var/tmp /Tmp / /Home /Boot

Can all be separate partitions on an Enterprise Linux system. Cisa guidelines recommend some and additional mount configs since they have different roles

[–] fruitcantfly@programming.dev 3 points 2 days ago* (last edited 2 days ago)

Those can all be separate partitions on any Linux system. But defaults matter, and if the defaults are insecure then you can expect most systems to be insecure