On 8 September 2010 12:29, commonzenpython <[email protected]> wrote: > how can i specify the owner/group in the mkdir command ? sorry im > kinda new to linux
You don't. Use: sudo mkdir .python-eggs sudo chown pawawi .python-eggs sudo chgrp psacln .python-eggs Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
