4 lines
100 B
Bash
Executable file
4 lines
100 B
Bash
Executable file
#! /bin/bash
|
|
setfacl -R -d -m group::--- "$1"
|
|
setfacl -R -d -m other::--- "$1"
|
|
chmod -R go-rwx "$1"
|