Wednesday, June 11, 2008

Useful Linux Commands

Configuring Samba
Samba is Linux's file share program. The file to change the configuration is smb.conf in /etc/samba. So to edit the file


cd /etc/samba
sudo nano smb.conf

Once the edit is done then restart samba

sudo /etc/init.d/samba restart

One thing I have been trying to do is to setup a share within a windows domain that doesn't require a password. No luck as yet.

No comments: