The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20120503

how to set linux folder permissions to drwxr-s---

i deleted /var/spool/mqueue because it was sending out massive amounts of emails, but i wanted to recreate it with it's original file permissions so i did this:
cd /var/spool
sudo mkdir mqueue
sudo chown smmta:smmsp mqueue
sudo chmod u+rwx,g+rs,o-rwx mqueue
http://en.wikipedia.org/wiki/Chmod

No comments:

Post a Comment