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.
Recent Comments