'systemctl'에 해당되는 글 2건
NFS 서버 설치
NFS 패키지 설치 [root@server ~]# yum -y install nfs-utils nfs-utils-lib 서비스 등록 & 시작 [root@server ~]# systemctl enable rpcbind [root@server ~]# systemctl enable nfs-server [root@server ~]# systemctl enable nfs-lock [root@server ~]# systemctl enable nfs-idmap [root@server ~]# systemctl start rpcbind [root@server ~]# systemctl start nfs-server [root@server ~]# systemctl start nfs-lock [root@server ~]# s..
CentOS | 2018. 4. 16. 12:29
postfix 실행 에러
postfix 실행이 되지 않아서 systemctl 을 통해 확인을 해보았다. 상태 확인 [root@server ~]# systemctl start postfix.serviceJob for postfix.service failed because the control process exited with error code. See "systemctl status postfix.service" and "journalctl -xe" for details. [root@server ~]# systemctl status postfix.service● postfix.service - Postfix Mail Transport Agent Loaded: loaded (/usr/lib/systemd/system/postfi..
CentOS | 2018. 4. 13. 15:17
RECENT COMMENT