Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
On 2/25/2013 10:19 PM, Tom Metro wrote: > Matthew Gillen wrote: >> Create a single directory in the root of the thumb drive, and give that >> world-write and group-write, then give it set-group-ID bit ('chmod g+s >> dirname'). >> >> Every file created will inherit the group-id of the original directory... > > How does that help if the numeric GIDs vary from machine to machine? It doesn't matter. The files (even new ones you're attempting to write) always inherit the GID of the parent dir. It's just an integer. True, it won't map to a readable name on some systems (or map to a different name), but the display name of the group doesn't matter, and won't stop you from reading and writing. The permission system is based on the integer values. The useful aspect here is that the system assumes all possible group IDs are valid. They don't have to "exist" locally (e.g. in /etc/group) on the current system for the filesystem to enforce permissions based on them. Matt
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |