Posted on 06-09-2015 07:22 PM
If you want to block users from installing fonts in their local fonts folder this will do the trick.
#!/bin/bash #disable's non admin users to install fonts chown -R root /Users/$3/Library/Fonts chmod -R 755 /Users/$3/Library/Fonts exit 0