home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.shell
- Path: sparky!uunet!wupost!csus.edu!netcom.com!netcomsv!alc!gandalf!hoogs
- From: hoogs@alc.com (Tim Hoogasian, Senior Network Admin)
- Subject: Re: Allowing only user a,b, and c to read my di
- Message-ID: <1993Jan5.211326.22265@alc.com>
- Sender: news@alc.com
- Nntp-Posting-Host: gandalf
- Reply-To: hoogs@alc.com
- Organization: Ascent Logic Corporation, Inc.
- References: <1993Jan05.150002.11955@eng.umd.edu>
- Date: Tue, 5 Jan 1993 21:13:26 GMT
- Lines: 24
-
- something along the lines of this "should" do about what you want:
-
- in /etc/group:
-
- ..
- group1:*:101: me,user1,user2
- group2:*:102: me,user2,user3
- ..
-
- in ~me:
-
- $ ls -lg ~me/bin
-
- ..
- drwxr-x--- 2 me group1 512 Jan 4 15:12 mystuff/
- drwxr-x--- 2 me group2 512 Jan 4 15:12 neat_stuff/
- ..
-
- ---
- ==========================================================================
- #define DISCLAIMER "I don't even represent myself, much less anyone else!"
- Internet: hoogs@alc.com | UUCP: ...!netcom!alc!hoogs | Tel: (408) 943-0630
- ==========================================================================
-
-