主頁 > 知識(shí)庫 > Fedora Linux 8系統(tǒng)下配置SAMBA

Fedora Linux 8系統(tǒng)下配置SAMBA

熱門標(biāo)簽:怎樣使用奧維地圖標(biāo)注位置 臨沂ai電銷機(jī)器人價(jià)格 鳳城市地圖標(biāo)注app 黃石外呼saas系統(tǒng) 地圖標(biāo)注怎么上交呢 濟(jì)南呼叫中心外呼系統(tǒng)如何 菏澤監(jiān)獄親情電話機(jī)器人 模型地圖標(biāo)注 揭陽外呼系統(tǒng)收費(fèi)

1、使用yum命令來安裝或更新你的SAMBA包。

yum install samba

2、samba的配置文件在如下

/etc/samba/smb.conf

修改其配置如下:

#======================= Global Settings =====================================
[global]

# ----------------------- Netwrok Related Options -------------------------
#
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
#
# server string is the equivalent of the NT Description field
#
# netbios name can be used to specify a server name not tied to the hostname
#
# Interfaces lets you configure Samba to use multiple interfaces
# If you have multiple network interfaces then you can list the ones
# you want to listen on (never omit localhost)
#
# Hosts Allow/Hosts Deny lets you restrict who can connect, and you can
# specifiy it as a per share option as well
#
workgroup = robin
server string = MYSERVER

netbios name = MYSERVER

; hosts allow = 127. 192.168.

# --------------------------- Logging Options -----------------------------
#
# Log File let you specify where to put logs and how to split them up.
#
# Max Log Size let you specify the max size log files should reach

# logs split per machine
log file = /var/log/samba/log.%m
# max 50KB per log file, then rotate
max log size = 50

# ----------------------- Standalone Server Options ------------------------
#
# Scurity can be set to user, share(deprecated) or server(deprecated)
#
# Backend to store user information in. New installations should
# use either tdbsam or ldapsam. smbpasswd is available for backwards
# compatibility. tdbsam requires no further configuration.

security = share
; encrypt passwords = yes
guest ok = yes
guest account = root

#============================ Share Definitions ==============================

[homes]
comment = Home Directories
browseable = no
writable = yes
; valid users = %S
; valid users = MYDOMAIN\%S

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
; guest ok = no
; writable = No
printable = yes

# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
; comment = Network Logon Service
; path = /var/lib/samba/netlogon
; guest ok = yes
; writable = no
; share modes = no

# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
; [Profiles]
; path = /var/lib/samba/profiles
; browseable = no
; guest ok = yes

# A publicly accessible directory, but read only, except for people in
# the "staff" group
; [public]
; comment = Public Stuff
; path = /home/samba
; public = yes
; writable = yes
; printable = no
; write list = +staff

[temp]
path = /root/temp
writeable = yes
; browseable = yes
guest ok = yes

3、重啟SAMBA服務(wù)

/etc/init.d/smb restart

4、Enjoy

PS:Fedora Core從V2起都有預(yù)裝SELinux,這個(gè)不會(huì)配置的可以先把她關(guān)掉,關(guān)閉的方法如下:

修改/etc/selinux/config文件中的SELINUX="" 為 disabled ,然后重啟FC。
 

標(biāo)簽:阿壩 齊齊哈爾 哈密 黔西 韶關(guān) 廣州 六安 大興安嶺

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Fedora Linux 8系統(tǒng)下配置SAMBA》,本文關(guān)鍵詞  Fedora,Linux,系統(tǒng),下,配置,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Fedora Linux 8系統(tǒng)下配置SAMBA》相關(guān)的同類信息!
  • 本頁收集關(guān)于Fedora Linux 8系統(tǒng)下配置SAMBA的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章