#!/bin/bash mkdir /build ls -alr /build chown -R nobody:nobody /build chmod -R g+ws /build su -l nobody --shell=/bin/bash <