A) Role: sharing between LINUX and WINDOWS,
B) connected networks:
1. Select setup, network ,:
2. view the network of the Local Computer: Run, cmd, ipconfig
3. Disable the computer Firewall
4. Configure the linux Network
5. Start the network service:/etc/init. d/network restart
6. Check whether the network is connected: ping 192.168.1.104 to check whether the network can be connected to other computers. Therefore, the IP address should be the IP address of the computer you want to connect.
C) configuration: Modify/etc/samba/smb. conf and add
1. [root] www.2cto.com
2. comment = Root Directories
3. browseable = yes
4. writeable = yes
5. path =/
6. valid users = smb (user name)
D) // Add User: Useradd smb // Add smb system user
E) Add a user by changing the password: Smbpasswd-a smb // change the password
F) Start the smb service every time you start the system:/etc/init. d/smb restart.
G) Run \ 192.186.1.106 on the computer to access LINUX shared files:
From the column of ainemo