Ubuntu Samba安裝使用教程

2021-10-06 09:44:36 字數 1569 閱讀 9154

該共享目錄可自行建立,一般公司使用伺服器的話就會為您新建乙個共享目錄,而私人電腦的話,我一般就把整個home目錄設定為共享目錄,方便windows下訪問我的虛擬機器上的檔案。

ubuntu上的samba的配置檔案為/etc/samba/smb.conf,該檔案記錄相關的規則及共享資訊,是samba非常核心的配置檔案,修改前建議備份乙份。

[ubuntu14.04]

comment = my share directories

browseable = yes

path = /home/share/

# by default, the home directories are exported read-only. change the

# next parameter to 'no' if you want to be able to write to them.

read only = no

writable = yes

# file creation mask is set to 0700 for security reasons. if you want to

# create files with group=rw permissions, set next parameter to 0775.

create mask = 0777

# directory creation mask is set to 0700 for security reasons. if you want to

# create dirs. with group=rw permissions, set next parameter to 0775.

directory mask = 0777

# by default, \\server\username shares can be connected to by anyone

# with access to the samba server.

# un-comment the following parameter to make sure that only "username"

# can connect to \\server\username

# this might need tweaking when using external authentication schemes

; valid users = %s

4.設定window系統登入共享資料夾的使用者名稱和密碼,其中使用者名稱必須為ubuntu中的使用者。本例子中使用使用者「smbuser」,在該過程中需要二次輸入密碼。

該共享目錄可自行建立,一般公司使用伺服器的話就會為您新建乙個共享目錄,而私人電腦的話,我一般就把整個home目錄設定為共享目錄,方便windows下訪問我的虛擬機器上的檔案。

ubuntu上的samba的配置檔案為/etc/samba/smb.conf,該檔案記錄相關的規則及共享資訊,是samba非常核心的配置檔案,修改前建議備份乙份。

Ubuntu Samba安裝使用教程 親測可用

linux samba安裝使用教程 samba是在linux系統上實現的smb server messages block,資訊服務塊 協議的一款免費軟體。它實現在區域網內共享檔案和印表機,是乙個客戶機 伺服器型協議。客戶機通過smb協議訪問伺服器上的共享檔案系統。可以實現windows系統訪問li...

ubuntu Samba服務的安裝基本步驟和方法

系統環境 ubuntu 10.04 需求軟體 samba,python 1.安裝基本的服務和程式。samba的安裝 sudo apt get install samba samba commonpython的安裝 sudo apt get install python glade2samba sys...

ubuntu samba 許可權設定

一 samba 要求 公司有財務,技術,領導3個部門,我們分別為3個部門建立3個使用者組為caiwu,network,lingdao 三個部門裡各有2個使用者,我們建使用者分別為 caiwu01,caiwu02,network01,network02,lingdao01,lingdao02 然後我們...