0

I have one folder on Ubuntu that can be read and written by user A and can be only read by user B. The solution I came up with is the following:

create a group which have read permission on this folder and two users: user A with read and write permission and user B with read permission but my question is a folder might be owned by two users?

Mazzy
  • 227
  • 3
  • 11

1 Answers1

2

man: GETFACL(1), SETFACL(1):

alexus
  • 13,112
  • 32
  • 117
  • 174