Re: centos8 에서 gui 프로그램 사용관련 질문 드립니다
페이지 정보
작성자 꿈꾸는여행자 작성일 23-06-19 13:37 조회 3,001 댓글 2본문
안녕하세요.
꿈꾸는 여행자입니다.
문의 하신 내용 검토 결과,
system-config-users 는 CentOS 8에서는 더싱상 제공되지 않는것으로 검토 됩니다.
다음과 같이 Cockpit을 사용하기 바랍니다.
> 다음
I. Install
# yum install cockpit
# systemctl start cockpit.socket
# systemctl enable --now cockpit.socket
# systemctl status cockpit.socket
# ps auxf|grep cockpit
# firewall-cmd --add-service=cockpit --permanent
# firewall-cmd --reload
II. 접속
Web Browser https://localhsot:9090
감사합니다.
kk1124kk님의 댓글
kk1124kk 작성일감사합니다... 덕분에 궁금증 해결했습니다!