5 lines
192 B
Text
5 lines
192 B
Text
Create users and group as follows:
|
|
busybox addgroup -S www-data
|
|
busybox adduser -h /var/www -s /bin/nologin -S -D -H -G www-data www-data
|
|
chown -R www-data /var/www
|
|
chgrp -R www-data /var/www
|