#!/bin/sh
# Arg: 1
# fiber-optic - postinst
#!/bin/sh -e
chmod 666 $(find /user/disk -type f)
chmod 777 $(find /user/disk -type d)