...
Code Block |
---|
|
[root@localhost ~]#$ cd /opt/machbase
[root@localhost machbase]# ls -l
total 4
lrwxrwxrwx. 1 root root 28 Jan 2 14:12 current -> /opt/machbase/versions/5.1.9
drwxr-xr-x. 3 machbase machbase 4096 Jan 2 14:12 versions
[root@localhost machbase]#$ |
/etc/init.d 디렉토리내에 machbased 라는 쉡 스크립트가 설치가 되고, 이를 이용하여 마크베이스를 사용할 수 있다.
Code Block |
---|
|
[root@localhost ~]#$ cd /etc/init.d
[root@localhost init.d]# ls -l machbased
-rwxr-xr-x. 1 root root 8446 Oct 30 16:11 machbased
[root@localhost machbase]#$ |
마크베이스 삭제하기
마크베이스 삭제는 아래 명령어로 수행하면 된다.
Code Block |
---|
|
[root@localhost ~]#$ sudo yum remove machbased |
...