Adding multiple users to FreeNAS

0

I need to add a couple dozen user accounts for ftp access to our FreeNAS box.

Is there any way to accomplish this without manually entering each one via the GUI?

Dan

Posted 2013-02-06T00:46:56.613

Reputation: 1 716

Answers

1

Put a bunch of pw(8)'s useradd commands in a shell-script. Transfer that to the FreeNAS box.

Login via ssh, su to root and run the script.

Roland Smith

Posted 2013-02-06T00:46:56.613

Reputation: 1 712