?? smb.conf
字號:
#set the global param[global]#it's about code,notice that the cp367 must be existed in your systerm. else you should chage the one existed in your #systerm doscharset = cp367 unixcharset = cp367 #this is your net workgroup's name workgroup = chip #this is the notation about this samba server,it is not important server string = Samba Server #this is important. 如果需要密碼驗證設成user。不許要設成share security = user #密碼加密 encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd socket options = IPTOS_LOWDELAY; obey pam restrictions = yes #是否使用dns dns proxy = no[share] #設定共享路徑 path =/share guest ok = no #使登陸的用戶據有root權限,也可以不設,但是在mount硬盤時,只有root用戶有寫權限,所以此處設為root force user = root browseable = yes directory mode = 0777 create mode = 0777 valid users = user write list = user
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -