Samstag, 26. Januar 2008

Install SAMBA

Allows you later access the folders easy from Windooze

sudo apt-get install samba smbfs

sudo smbpasswd -a boxuser

#Password: password

copy the file with following content

[global] workgroup = mybox guest account = nobody security = share keep alive = 30 [maybox] comment = mybox browseable = yes path=/home/mybox writeable = yes public = yes create mode = 0777 directory mask = 0775 force directory mode = 0775 force directory security mode = 0775 inherit permissions = yes allow hosts = 192.168.1.
to

sudo cp smb.conf_final /etc/samba/smb.conf

Keine Kommentare: