sudo systemctl start nfs-serversudo systemctl enable nfs-server分别是什么意思
这两个命令都是针对NFS服务器的。
- sudo systemctl start nfs-server:启动NFS服务器服务。
- sudo systemctl enable nfs-server:将NFS服务器服务添加到系统启动项中,以便在系统启动时自动启动NFS服务器服务。
原文地址: https://www.cveoy.top/t/topic/bWAd 著作权归作者所有。请勿转载和采集!