G'day.
Configureation:
* e-Smith user called joe
* directory in joe's home directory called webserver
* entry in fstab connecting webserver to a remote NT machine share
Problem:
* when joe comes in via ftp he can traverse the tree on the NT machine via the webserver directory
* joe cannot write (create directories, files, etc) in webserver or anything beneath it
* joe can download files from there
I cannot change the permissions on webserver and below, even logged in as root via SSH. My guess is that the problem is that I am trying to set permissions on the NT box and it will not let me. If I do a "chmod 777 webserver" I get no error, but it still shows "drwxr-xr-x 1 root root 512 Feb 20 14:15 webserver". Seems root owns everything in this directory and below. The system will not allow me to change the owner, either.
We need to be able to ftp up and down to the windows box. I beleive Linux is a much better ftpd than what ships with Micro$oft so I would like to make this work.
Thanks.
/B