Sometimes you need to add or update Linux user
information from your MultiValue application. There are some
simple command line tools that are provided with Linux that
allow you to do this. Shell these command with an "sh", or
"!" depending on your database, and you can create and
modify Linux user information.
Add User:
EXECUTE \sh useradd -c "[FULL NAME]" -m -g users -p
[password] [username]\
Add to User Group:
EXECUTE \sh usermod -g [Group Name] [username]\
Delete User:
EXECUTE \sh userdel [username]\