HP StorageWorks File Migration Agent V2.1 administrator guide (T4274-96105, October 2006)

File Migration Agent administrator guide 133
Configuration of PROFTPD on Sun Solaris
Setting up a new group and user
The following statement will add a new user group (with restricted rights) to the system. Enter at the system
prompt:
To add a user with minimal rights, enter at the system prompt:
Example:
By default, the new user account is not activated. The password needs to be changed to activate the
account. Enter at the system prompt:
and enter a new password. Default: fmafma
groupadd fma
useradd -m -k /bin/false -d <PartRoot> -g fma -s /bin/false fma
Table 41 Parameters for useradd command
Parameter Description
-d <PartRoot> Is the root directory of FSE (Linux).
-s /bin/false Prevents a login via Telnet.
-g fma Lists the primary group of the FMA user.
useradd -m -k /bin/false -d /fse -g fma -s /bin/false/ fma
passwd fma