Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Terminal Command to Create Folder for Every User #374996
    mrhayes
    Participant

    Unfortunately, you have lost me a bit. I have little experience with terminal. I may be the Net Tech for the 2 Xserves and 40 Macs in my lab, but that is just an adjunct duty to teaching. It is learn as I go since there is no support from the school. With that said, I need a little more specific help. 🙂

    Do I:

    1. sudo -s
    2. enter #!/bin/bash -> return
    3. enter for i in `ls | grep -v [.]`; do -> return
    4. enter mkdir /Users/”$i””/Sites -> return
    5. chown “$i” /Users/”$i”/Sites -> return

    ?

    I appreciate the help.

    in reply to: Need Help Setting Up Xserve to Host Student Websites #374786
    mrhayes
    Participant

    Yes, but the users are on separate OD Xserve. The Web server is a separate server. If I recreate the users on the Web server with Passenger, then it makes full home folders with docs, pics, movies, etc. and I don’t know how it works with restricting them via ftp. I don’t want all the extar folders, just an empty folder for them to ftp their sites.

Viewing 2 posts - 1 through 2 (of 2 total)