5 lines
100 B
Text
5 lines
100 B
Text
|
#! /bin/bash
|
||
|
setfacl -R -d -m group::--- "$1"
|
||
|
setfacl -R -d -m other::--- "$1"
|
||
|
chmod -R go-rwx "$1"
|