Possible Duplicate:
How can I create a user with read-only access to all files? (ie root without writing permissions)
Is it possible to create a user in Linux/Unix that can see all files on the system, but in a read-only capacity?
Is it possible to create a user in Linux/Unix that can see all files on the system, but in a read-only capacity? | |||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
You can't do this with the classic unix permissions model. You may be able to do something with SELinux or with raw ACLs, but I don't know anything about those options. | |||
|
feedback
|