Welcome Guest | My Membership | Login

More MultiValue Database and Products Articles...

Tech Tips

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.

 

 

Twitter Button from twitbuttons.com

Release Date: Monday, January 01, 0001

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]\

 

# # #          # # #          # # #

 

Related Articles:


Return to top