Open main menu

CDOT Wiki β

Changes

OPS335 Samba Lab

48 bytes removed, 09:51, 25 March 2012
Configuring an SMB Server on Linux
*On your host F16 system install Samba
yum install samba
*Create a backup of the file /etc/samba/smb.conf, and create a new one that includes the following:
[global]
workgroup = OPS335
printable = no
create mask = 0765
You can comment out all other lines in the file.Create a SAMBA Samba password for user <learnid> with the command
smbpasswd -a <learnid>
Test your configuration with the command
1
edit