3.11.2 Deleting the directory that stores the installation data
Delete the directory that stores the HADB server installation data.
- Organization of this subsection
(1) Executing the command to delete the directory that stores the installation data
As the HADB administrator (adbmanager), enter the operating system command below and press Enter. The directory that stores the installation data is deleted.
rm -rf /home/adbmanager/install
(2) Confirming that the directory that stores the installation data has been deleted
As the HADB administrator (adbmanager), enter the operating system command below and press Enter. You can check whether the directory that stores the installation data has been deleted correctly.
ls -d /home/adbmanager/install
- ■ Execution result example
-
ls: cannot access /home/adbmanager/install/: No such file or directory
If the execution result shown above is displayed, the directory that stores the installation data has been deleted.