this post was submitted on 05 Oct 2023
602 points (99.0% liked)

Linux

47885 readers
1181 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 31 points 1 year ago (3 children)

Cool. Does ACL support also depend on the filesystem?

[–] [email protected] 31 points 1 year ago

Yeah, but I think all reasonably-modern Unixy filesystems on Linux will support ACLs. ext2/3/4, btrfs, xfs, zfs, jfs, etc.

[–] [email protected] 12 points 1 year ago (2 children)

Yes. Some filesystems straight up do not support ACL of any kind (eg: fat32)

[–] [email protected] 10 points 1 year ago (1 children)

Fat32 doesn't support regular file permissions either, right? I was under the impression that it was permissionless.

[–] [email protected] 5 points 1 year ago (1 children)

You are entirely correct, it has no permission system to speak of

[–] [email protected] 4 points 1 year ago (1 children)

I'll speak of it anyway: There's a "Read-only" bit on every file/directory and The User (there's only one!) can change it for any of them at any time.