close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 24, 2009, 12:24:29 AM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v49
|
v50
|
|
348 | 348 | chown -R fileuser /FILES |
349 | 349 | chgrp -R fileusers /FILES |
350 | | chown -R 660 /FILES |
| 350 | chmod -R 660 /FILES |
351 | 351 | |
352 | 352 | find /FILES -type d -exec chmod 770 {} \; |
353 | | find /FILES -type d -exec chmod 550 {} \; |
| 353 | find /FILES -type f -exec chmod 550 {} \; |
354 | 354 | }}} |
355 | 355 | |