Diberdayakan oleh Blogger.

How to restrict FTP user to a specific directory in solaris 10


Procedure to configure FTP guest user access

1: Create a user which you want to use for the ftp , Name of the user can be anything except "ftp" ( In our Example it is "ftpuser")

Useradd -g 10 -d /export/home/ftpuser -m -s /bin/bash ftpuser
passwd ftpuser
Enter the new password twice .

2: Run the "ftpconfig -d" command , on the home directory of newly created user.

# ftpconfig –d /export/
Thank you for reading the article about How to restrict FTP user to a specific directory in solaris 10 on the blog NEW TECH If you want to disseminate this article on please list the link as the source, and if this article was helpful please bookmark this page in your web browser by pressing Ctrl + D on your keyboard keys.

New articles :