4 lines
64 B
Bash
4 lines
64 B
Bash
|
groupadd w-x-b;
|
||
|
usermod -a -G w-x-b www-data;
|
||
|
chgrp -R w-x-b .;
|