Am 08.06.2012 um 19:12 schrieb Joseph Farran: > Greetings. > > How does one set access to an OGE queue to have access from more than one > Linux group? > > So if I have Linux groups staff, bio, and chem, how do I make my "test" queue > only accessible by these 3 groups?
You can make one ACL containing these three Unix groups: $ qconf -au @staff foobar $ qconf -au @bio foobar $ qconf -au @chem foobar $ qconf -mattr queue user_lists foobar test -- Reuti > What kind of Q type do I setup? > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
