Hello, Can someone give me any idea how can I configure my FTP server to let the guest user can be able to use the ls command? My configuration file is like the following: $ vi /etc/inetd.conf ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd -a $ vi /etc/ftpaccess # email of the responsible person for the %E-cookie email choth@of.forum.org.kh class all real,guest * limit all 10 Any /etc/ftpmsg.dead readme README* login readme README* cwd=* shutdown /etc/shutmsg message /welcome.msg login message .message cwd=* compress yes all tar yes all #log commands real log transfers real inbound,outbound # do not give "core"-files in any directory. noretrieve core .notar guestuser ftptest guestgroup ftponly greeting full $ vi /etc/passwd ftptest:x:502:500::/home/ftptest/./:/bin/ftponly $ vi /etc/shells /bin/ftponly $ vi /etc/group ftponly:x:500:ftptest But if I change ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd -a to ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd and restart /etc/rc.d/inetd restart then the users can change to another directory, but I do not want them to be able to change to another directory just only his home directory. Thank you so much for your assistace. Regards, Choth