Home Forums OS X Server and Client Discussion File Serving homedir permissions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #367012
    spudfan
    Participant

    Hello

    i would like to re propagate the permissions of the network usersfolders on my server
    is this script the right way to go, has anyone done this before ?
    it there an easier way?

    for user in * ; do
    chown -R $user:staff $user
    chmod 755 $user
    chmod -R 700 $user/Desktop/ $user/Documents/ $user/Library/ $user/Music/ $user/Movies/ $user/Pictures/
    chmod -R 755 $user/Public/ $user/Sites/
    chmod 733 $user/Public/Drox\ Box/
    done

    😐 😐 😐

    #367017
    Ross
    Participant

    You can use WGM Addendum or Passanger to do what you want…. WGM Addendum is free but it may not do all that you need it too.

    http://www.twomblys.com/apps/wgma.html

    Passanger:
    http://macinmind.com/?pid=2&progid=1&subpid=1

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Comments are closed