home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / shell / 5260 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.1 KB  |  38 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!wupost!csus.edu!netcom.com!netcomsv!alc!gandalf!hoogs
  3. From: hoogs@alc.com (Tim Hoogasian, Senior Network Admin)
  4. Subject: Re: Allowing only user a,b, and c to read my di
  5. Message-ID: <1993Jan5.211326.22265@alc.com>
  6. Sender: news@alc.com
  7. Nntp-Posting-Host: gandalf
  8. Reply-To: hoogs@alc.com
  9. Organization: Ascent Logic Corporation, Inc.
  10. References: <1993Jan05.150002.11955@eng.umd.edu>
  11. Date: Tue, 5 Jan 1993 21:13:26 GMT
  12. Lines: 24
  13.  
  14. something along the lines of this "should" do about what you want:
  15.  
  16. in /etc/group:
  17.  
  18. ..
  19. group1:*:101: me,user1,user2
  20. group2:*:102: me,user2,user3
  21. ..
  22.  
  23. in ~me:
  24.  
  25. $ ls -lg ~me/bin
  26.  
  27. ..
  28. drwxr-x---  2 me       group1        512 Jan  4 15:12 mystuff/
  29. drwxr-x---  2 me       group2        512 Jan  4 15:12 neat_stuff/
  30. ..
  31.  
  32. ---
  33. ==========================================================================
  34. #define DISCLAIMER "I don't even represent myself, much less anyone else!"
  35. Internet: hoogs@alc.com | UUCP: ...!netcom!alc!hoogs | Tel: (408) 943-0630
  36. ==========================================================================
  37.  
  38.