home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / question / 10481 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.3 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!cs.ucf.edu!tarpit!bilver!vicstoy!ctmnix!chris
  2. From: chris@ctmnix.UUCP (Chris Matthews)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: How can I allow access to a subdirectory without risking other files?
  5. Message-ID: <38@ctmnix.UUCP>
  6. Date: 28 Aug 92 03:11:59 GMT
  7. References: <92Aug25.200814.1577@acs.ucalgary.ca> <92Aug26.165308.27634@acs.ucalgary.ca>
  8. Reply-To: chris@ctmnix.UUCP (Chris Matthews)
  9. Organization: Underground Nixbox Creations
  10. Lines: 28
  11.  
  12. Subject: Re: How can I allow access to a subdirectory without risking other files?
  13. References: <92Aug25.200814.1577@acs.ucalgary.ca> <92Aug26.165308.27634@acs.ucalgary.ca>
  14.  
  15. In article <92Aug26.165308.27634@acs.ucalgary.ca> barker@enel.ucalgary.ca writes:
  16. >It seems that my original post wasn't clear enough, so I'll try to rephrase:
  17. >
  18. >I know how to give group/other access to a subdirectory without risking my
  19. >other files, however, I want people to be able to read/write to ANY file in
  20. >the subdirectory. 
  21. >
  22. >Then again, it may just be impossible. If anyone can help, I would appreciate
  23. >it.
  24. >
  25. >--
  26.  
  27. I would use:
  28. find ./ -perm 644 -exec chmod 666 {} \;   :-}
  29.  
  30. chris
  31. Genisys Corp.
  32. Thu Aug 27 23:03:26 EDT 1992
  33. =-=-
  34. =-=-  Out   
  35. =-=-
  36.  
  37.  
  38. ............................................................................
  39.  
  40.