home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!cs.ucf.edu!tarpit!bilver!vicstoy!ctmnix!chris
- From: chris@ctmnix.UUCP (Chris Matthews)
- Newsgroups: comp.unix.questions
- Subject: Re: How can I allow access to a subdirectory without risking other files?
- Message-ID: <38@ctmnix.UUCP>
- Date: 28 Aug 92 03:11:59 GMT
- References: <92Aug25.200814.1577@acs.ucalgary.ca> <92Aug26.165308.27634@acs.ucalgary.ca>
- Reply-To: chris@ctmnix.UUCP (Chris Matthews)
- Organization: Underground Nixbox Creations
- Lines: 28
-
- Subject: Re: How can I allow access to a subdirectory without risking other files?
- References: <92Aug25.200814.1577@acs.ucalgary.ca> <92Aug26.165308.27634@acs.ucalgary.ca>
-
- In article <92Aug26.165308.27634@acs.ucalgary.ca> barker@enel.ucalgary.ca writes:
- >It seems that my original post wasn't clear enough, so I'll try to rephrase:
- >
- >I know how to give group/other access to a subdirectory without risking my
- >other files, however, I want people to be able to read/write to ANY file in
- >the subdirectory.
- >
- >Then again, it may just be impossible. If anyone can help, I would appreciate
- >it.
- >
- >--
-
- I would use:
- find ./ -perm 644 -exec chmod 666 {} \; :-}
-
- chris
- Genisys Corp.
- Thu Aug 27 23:03:26 EDT 1992
- =-=-
- =-=- Out
- =-=-
-
-
- ............................................................................
-
-