SCN 실행 및 중지하기
## when installed from rpm distribution
$ systemctl start kscnd.service
## when installed using linux archive
$ kscnd start
## when installed from rpm distribution
$ systemctl stop kscnd.service
## when installed using linux archive
$ kscnd stop
## when installed from rpm distribution
$ systemctl status kscnd.service
## when installed using linux archive
$ kscnd status
Last updated
Was this helpful?