View previous topic :: View next topic |
Author |
Message |
5a\/ag3 Apprentice
Joined: 08 Aug 2003 Posts: 175 Location: Spruce Grove Alberta, Canada
|
Posted: Sat Jun 26, 2004 12:10 am Post subject: Permissions and using usermod command |
|
|
Hope this is the correct thread to put things in
I am trying to find out how to use the usermod command to my main account. I had used the command in user management section of the install guide like this
Code: |
useradd me -m -G users,wheel,audio -s /bin/bash
|
ow what I need to do is add "me" to the apache group so the right permissions
I am getting a permission denied connection refused when I want to have a /home/me/public_html
the settings are correct and also I did a
Code: | chmod -R 755 /home/rob |
so I feel I just need to add apache 2.0.49 (compiled by hand) to "me"
any help would be appreciated
thanks in advance _________________ Yeah... I got nothin for this field! |
|
Back to top |
|
|
spudicus Apprentice
Joined: 05 Dec 2002 Posts: 177 Location: Geraldton, Australia
|
Posted: Sat Jun 26, 2004 1:13 am Post subject: Re: Permissions and using usermod command |
|
|
5a\/ag3 wrote: | I am trying to find out how to use the usermod command to my main account .... now what I need to do is add "me" to the apache group so the right permissions |
Either (as root) useand type the name next to the apache group, or
5a\/ag3 wrote: | so I feel I just need to add apache 2.0.49 (compiled by hand) to "me" |
Why compile by hand when it's in portage? |
|
Back to top |
|
|
5a\/ag3 Apprentice
Joined: 08 Aug 2003 Posts: 175 Location: Spruce Grove Alberta, Canada
|
Posted: Sat Jun 26, 2004 2:00 am Post subject: |
|
|
src_compile bugs at line 192 for 2.0.49-r3
src_compile bugs at line 180 for 2.0.49-r1
and I needed apache _________________ Yeah... I got nothin for this field! |
|
Back to top |
|
|
placeholder Advocate
Joined: 07 Feb 2004 Posts: 2500
|
Posted: Sat Jun 26, 2004 2:24 am Post subject: |
|
|
One way to add yourself to the apache group is to add your username next to the apache group's entry (look at the rest to see the syntax for it) in /etc/group then logout then back in. |
|
Back to top |
|
|
|