|
发表于 2004-5-7 12:04:11
|
显示全部楼层
回复: 脚本里的;是啥意思
最初由 elais 发表
比如这段:
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
; interfaces = 192.168.12.2/24 192.168.13.2/24
最左下角的;什么意思
这里的;分号,跟#井号一样,也是注释,
但是;后面的语句是smb要读取的配置信息.而#号后面则是对分号后面的语句的说明~ |
|