2

I'm pretty new to the operating systems deal and I've only learned a few basic topics such as the user and file management system in Linux. I have a question regarding the file permission in Linux. Is it cumulative just like windows? For example in Windows, if a user has read permission on a file and that user belongs to a group that has write permission on the same file, that user will have both read and write permission. Is it the same case for Linux?

1 Answers1

-1

In a word, no.

This earlier question+answer explains in more depth. Understanding UNIX permissions and file types

steve
  • 21,892