Breaking News

Samba configuration

Configure samba server in linux machine(sharing the folder of ubuntu)

sudo apt-get install samba samba-common
sudo apt-get install python-glade2
sudo apt-get install system-config-samba

then open the folder which you want to share
right click share opetions
give the name
then if you want to give write permission, you can check the checkbox

sudo smbpasswd -a username #using this username files can be accessed

No comments