I created a new user using SAM and sure enough I was able to ftp login to the server. The person responsible for this system will have a laugh at how simple that part was.
When creating the user I initialy pointed the home directory to an existing directory where live production files reside. A message comes up stating: Directory "XXX/XXX/XXX" already exists. If you set the "Create Home directory" toggle, SAM will change the permissions on this directory to match the new user. There was also mention that some files would be copied to the directory which could delete some existing files.
1: My question is how can I set this new user to the existing directory without loosing anything in that directory.
2: This new ftp user needs to only be able to access that home directory.
Would putting a cd command in the new users .profile resolve item #1?
Main Topics
Browse All Topics





by: yuzhPosted on 2006-03-02 at 23:58:52ID: 16092374
all you need to do is to create a user in your system.
You can run "sam" (GUI) to add a normal user or use "useradd" command to
create a user.
the user will able able to use ftp login by default.
if you want to create a FTP only account (no shell access), please have a look at
the answer in:
http:Q_21755785.html
(It is for Linux, but also apply to HP-UX and Solaris etc)