Initial commit
This commit is contained in:
commit
01e34e8f2e
8 changed files with 67 additions and 0 deletions
9
permissions.group-work
Normal file
9
permissions.group-work
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Nico Schottelius <nico-linux@schottelius.org>
|
||||
# Date: 09-Nov-2005
|
||||
# Last Modified: -
|
||||
#
|
||||
|
||||
find "$1" -type d -exec chmod 0770 {} \;
|
||||
find "$1" -type f -exec chmod u+rw,g+rw,o-rwx {} \;
|
||||
Loading…
Add table
Add a link
Reference in a new issue