失落的紀錄

2010-05-15

SlackWare 13 – Samba 啟動及簡易設定

分類: Llinux — 番茄 @ 08:46

啟動 Samba

# chmod 755 /etc/rc.d/rc.samba

 

1.建立 smb.conf 檔

# cp /etc/samba/smb.conf-sample /etc/samba/smb.conf

 

2.建立 smb.conf 檔

# cp /etc/samba/smb.conf-sample /etc/samba/smb.conf

 

3.修改  smb.conf 

# vi /etc/samba/smb.conf
[homes]   
comment = Home Directories
browseable = no
writable = yes
加入
valid users = %S

 

3. 建立 smb 使用的密碼檔

# cd /etc/samba
# touch smbpasswd
# chown root:root smbpasswd
# chmod 600 smbpasswd

 

4.建立 linux 的帳號

# useradd user -m

SlackWare Linux 預設,不再 /home 底下建立使用者的目錄,
必須加上 -m 參數,來建立使用者的目錄

 

5.建立可以存取 smb 的使用者密碼

# smbpasswd -a user
New password: <==在這裡輸入 user 的密碼
Re-enter new password: <==再輸入一遍 user 的密碼
Password changed.

 

6.在網路的芳鄰就可以看到分享的主機,輸入帳號密碼就可以登入了

================================================

smb.conf 相關設定值說明:

workgroup:設定群組名稱
netbios name:設定netbios name名稱
server string:主機的簡短說明
security:指定驗證方式
hosts allow:允許存取的來源
comment:註解描述說明
path:分享項目的目錄實際位置
read only:設定是否唯讀
browseable:分享的項目是否要顯示在瀏覽清單上
public:是否允許匿名方式存取
valid users:能夠登入這個目錄的使用者是誰
%S:表示任何可登入的使用者都能夠登入

無迴響

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress