How to set up/manage services on a computer

2 lines
47 B

#!/bin/sh
find $2 -type d -exec chmod $1 {} \;