Create FTP account for user in Solaris 10
807557Jan 13 2009 — edited Jan 13 2009Hi,
I am new to Solaris and I need to create a n FTP account so user can have access to certain folder ie /opt/www/docs/newfiles/ (only for upload or download).
user should not be able to go up the defined folder and have access to upper folders.
I tried # useradd -d /opt/www/docs/newfiles/ testuser and then # passwd testuser but this user can navigate up and also can telnet to server.
Please help me to fix the problem. I may not even doing the right thing.
Thanks