Write a helpful script, find a monkey that breaks the assumptions in
the script. :-) This commit was SVN r20336.
Этот коммит содержится в:
родитель
7154cbf2e0
Коммит
5eed7a0bec
@ -8,11 +8,11 @@ endif
|
|||||||
echo Setting group to openmpi...
|
echo Setting group to openmpi...
|
||||||
chgrp -R openmpi .
|
chgrp -R openmpi .
|
||||||
|
|
||||||
echo Setting all files to be group writable....
|
echo Setting all files to be group read/writable....
|
||||||
chmod -R g+w .
|
chmod -R g+rw .
|
||||||
|
|
||||||
echo Setting group "s" perms on directories...
|
echo Setting group "rwsx" perms on directories...
|
||||||
find . -type d -exec chmod g+ws {} \;
|
find . -type d -exec chmod g=rwsx {} \;
|
||||||
|
|
||||||
echo done
|
echo done
|
||||||
exit 0
|
exit 0
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user