修改samba服务主配置文件后,应该执行以下哪个操作?
A. Reload the configuration file into the Samba server daemon on the Samba server.
B. Reboot the Samba server.
C. Test the Samba configuration syntax with smbstatus.
D. Test the Samba configuration syntax with testparm.
E. Create a directory or set up a printer queue to share.
查看答案
samba服务smbd默认在哪个(些)端口上监听?
A. 139
B. 443
C. 139 and 445
D. 161 and 162
以下哪一行配置可以放在/etc/fstab中用于开机自动挂载主机src.example.com的NFS共享目录/source到本机的目录/srv/source?
A. /source /srv/source -h src.example.com
B. src.example.com/source /srv/source
C. src.example.com:/source /srv/source nfs
D. nfs src.example.com:/source /srv/source
以下哪个smbpasswd命令的选项用于删除samba用户?
A. -d
B. -x
C. -o
D. -e
以下哪个NFS共享配置允许从主机cwa.example.com以可读可写方式访问NFS共享目录/srv/vhosts?
A. /srv/vhosts www.example.com(rw)
B. www.example.com (rw) /srv/vhosts
C. /srv/vhosts www.example.com (rw)
D. /srv/vhosts www.example.com