Hi All
thanks to all for reach info but, knowing (a little bit...) NFS and NetApp options this is what I've done!!!
I've exported that volume with rw and root and anon=0 to that client but customer told me his application don't work. Once logged he can do everything on that mounted export!!!
I don't know exactly what he wants...I've understood that he has an apache application running with a "user" that does not have a bash...something like a service in Windows world I presume...
What's about changin passwd file on filer /etc/passwd, I mean, if I change i.e. from
root:_J9..F4b0Crhr6hLrFM.:0:1::/:
pcuser::65534:65534::/:
nobody::65535:65535::/:
ftp::65533:65533:FTP Anonymous:/home/ftp:
to
root:_J9..F4b0Crhr6hLrFM.:0:1::/:
pcuser::65534:65534::/:
nobody::0:0::/:
ftp::65533:65533:FTP Anonymous:/home/ftp:
Let me know