3.11.4 Deleting the HADB administrator and HADB administrators group
During the process of installing the HADB server, the OS user who was to manage HADB (HADB administrator) and the group to which the HADB administrator belongs (HADB administrators group) were set up on the OS. This subsection explains how to delete these.
The following HADB administrator and HADB administrators group must be deleted:
-
HADB administrator: adbmanager
-
HADB administrators group: adbgroup
- Organization of this subsection
(1) Deleting the HADB administrator
Enter the following operating system command and press Enter:
userdel -r adbmanager
The following describes the details of the options for the userdel command:
-
-r
When this option is specified, deleting a user also deletes the user's home directory. Therefore, the home directory (/home/adbmanager/) of adbmanager will be deleted.
-
adbmanager
Specifies the name of the user to be deleted.
The HADB administrator has now been deleted.
(2) Deleting the HADB administrators group
As a superuser, enter the following operating system command and press Enter:
groupdel adbgroup
The following describes the details of the option for the groupdel command:
-
adbgroup
Specifies the name of the group to be deleted.
The HADB administrators group has now been deleted.