Jozef Hamar writes: > Is it possible to create ZFS filesystem with other than default > permission of 755? I need to create and chmod the filesytem in atomic > way. No reference to this in manual...
as a workaround, you can do zfs create -o mountpoint=/some/place/inaccessible tank/foo chmod 700 /some/place/inaccessible zfs set mountpoint=/the/real/mountpoint tank/foo -- Kjetil T. Homme Redpill Linpro AS - Changing the game _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
