mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: April 28 2005,19:11 |
|
It's probably due to the permissions of the shared directory. /tmp is 777 which makes it writeable by everyone.
Typically file shares would be directories set up specifically for file sharing (at least that's the way i look at them), with the appropriate permissions set. Most directories on a standard linux system are writeable only by root. On DSL, /opt is an exception...owned by root, with staff as group, so the user 'dsl' can write to it (dsl is a member of the 'staff' group). If you were to connect to your shares as a member of the group 'staff' (50), you should be able to write to htdocs.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|