View previous topic :: View next topic |
Author |
Message |
zacinfinite Tux's lil' helper
Joined: 18 Apr 2011 Posts: 90
|
Posted: Sun Sep 25, 2011 7:56 am Post subject: [SOLVED]a file owned by multiple owners |
|
|
is it possible in Linux to make a file belong to more than one group?
Also is it possible to have more than one owner on a file?
Last edited by zacinfinite on Sun Sep 25, 2011 10:35 am; edited 1 time in total |
|
Back to top |
|
|
bjlockie Veteran
Joined: 18 Oct 2002 Posts: 1186 Location: Canada
|
Posted: Sun Sep 25, 2011 8:13 am Post subject: |
|
|
No to both.
If you need a file readable by more than one use (but not anyone), make a new group that each use you want can be a member of.
http://www.perlfect.com/articles/chmod.shtml _________________ AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23062
|
Posted: Sun Sep 25, 2011 5:23 pm Post subject: |
|
|
You could also use filesystem ACLs to grant access selectively without creating groups for every possible permutation of access. |
|
Back to top |
|
|
Spidey Apprentice
Joined: 07 Sep 2006 Posts: 269
|
|
Back to top |
|
|
|