View previous topic :: View next topic |
Author |
Message |
ejholmes Tux's lil' helper
Joined: 27 Jul 2004 Posts: 134 Location: USA
|
Posted: Wed Dec 01, 2004 11:00 pm Post subject: Server Access |
|
|
I know this is a stupid question. I'm running apache, php,... on an old Win98 machine and I want to be able to give certain users on my linux box access to write to the server's HD. When i mount through samba it gives non-root users read-only access. How do i change this.
For Example:
If The server HD is mounted on /Network/Server_HD and i want to give user "eric" access to /Network/Server_HD/phpdev/www, how would i go about doing this? _________________ Client-----
Athlon XP 3200+
768 mb
nVidia GeForce 4 mx
Server-----
Athlon Sempron 1.5 GHz
128 mb ram
$200 from walmart |
|
Back to top |
|
|
brenden l33t
Joined: 09 Mar 2004 Posts: 710 Location: Calgary, AB
|
Posted: Wed Dec 01, 2004 11:23 pm Post subject: |
|
|
man chmod
or
Code: | chmod -R 777 /path/to/dir/you/have/no/problems/on/giving/anyone/access/to |
|
|
Back to top |
|
|
|