1 개요[ | ]
- CentOS systemctl enable nfs
Console
Copy
root@centos:~# systemctl is-enabled nfs
disabled
root@centos:~# systemctl enable nfs
Created symlink from /etc/systemd/system/multi-user.target.wants/nfs-server.service to /usr/lib/systemd/system/nfs-server.service.
root@centos:~# systemctl is-enabled nfs
enabled
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.