Multiple choice technology operating systems

Because Linux and Windows have a different understanding of security, you have to be careful when you share filesystems.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Linux uses Unix-style permissions (owner/group/others with rwx bits) while Windows uses Access Control Lists (ACLs) with a more granular permission model. When sharing filesystems (e.g., via Samba, NTFS-3G, or network shares), these models don't translate directly - Linux can't interpret Windows ACLs fully and vice versa. This can lead to permission mismatches, security gaps, or access issues.