一、配置samba
$ sudo apt-get install samba
2 .配置
$ sudo vi /etc/samba/smb.conf
在末尾加入
[***x]
read only = no 或則 writtable = yes
path = /your path
guest ok = no
4. 新增使用者
sudo adduser ***或者使用已有使用者
sudo smbpasswd -a ***
5. 開始服務
$ sudo /etc/init.d/smbd start
二、配置網路
設定靜態位址方法
$ sudo vi /etc/network/inte***ce
iface eth0 net static
address 192.168.1.***
netmask 255.255.255.0
gateway 192.168.1.1
$ sudo ifconfig eth0 down
$ sudo ifconfig eth0 up
配置dns
$ sudo vi /etc/resolv.conf
nameserver 192.168.1.1 或者其他dns位址
三、配置vmware虛擬網路
vmware 可以設定三種網路 1、橋接 2、nat 3、host-only
ubuntu安裝配置samba共享
將root使用者的home目錄共享到區域網,通過root使用者登入時,可以讀寫 建立檔案和目錄 安裝sudo apt get install samba配置 開啟 etc samba smb.conf 修改share definitions的 homes 配置 read only no create...
ubuntu 12 04安裝配置samba
第一步 安裝samba伺服器 samba服務在ubuntu12.04版本中中預設安裝,對於其他沒有預設安裝的版本來說,可以通過一 下命令來安裝所需要的軟體 1 sudo apt get install samba 2 sudo apt get install smbclient 第二步 gedit ...
Ubuntu 環境 samba的安裝 配置
sudo apt get install samba sudo apt get install smbfs sudo apt get install cifs utils 新版 smbfs 為cifs utils mkdir home myname儲存現有的配置檔案 sudo cp etc samb...