CentOS systemctl enable nfs

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 같이 보기[ | ]