Creating a user on a Linux system
You can use the console command interface or the GUI utility to create a user named itimuser on the computer on which the DB2® server is installed.
Before you begin
About this task
Procedure
There are two methods to create a user on a Linux® system:
- Use the console command interface to enter the command:
useradd -d /home/itimuser -p password itimuser
The -d switch specifies the home directory. The entry itimuser specifies the user ID that is created.
- Use the graphical User Manager application to create a user
on the Red Hat Enterprise Linux system:
- Use one of these methods to create a user:
- From the graphical User Manager application, select . Or,
- Start the graphical User Manager by typing redhat-config-users at a shell prompt.
The Add User window opens.
- Click Add User.
- In the Create New User dialog box, enter a username, the full name of the user for whom this account is being created, and a password.
- Click OK.
- Use one of these methods to create a user:
What to do next
Create the IBM Verify Identity Governance database.