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 0If 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 0Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.