Since sharing folders on a network makes your files more vulnerable to access by unauthorized people, letting everyone have the right to share shouldn't be in your computing bill of rights. The Ubuntu developers recognized this thought and made it so only Administrator accounts can, by default, share folders and files among the network, leaving users classified as a Desktop User or Unprivileged out of the loop. However, if you have non-Administrator accounts that you want to be able to share, giving these accounts sharing privileges only takes a simple change in the Users and Groups window:
account password, and click the Authenticate button.
Changing the Workgroup for Ubuntu
When browsing through the computers on your network, such as from My Network Places in Windows XP or the Network window of Vista or Ubuntu, you'll see that computers are divided into groups. These groups are either a Workgroup (used on small networks) or Domain (used in larger more complex networks) and exist to help control what users have access to on the network.
Since you're probably working with a small network, you are likely using a Workgroup (rather than a Domain) and each computer on the network should be set to the same Workgroup. The default Workgroup value after installing the Samba software on Ubuntu is WORKGROUP. This may be the same value of your Windows PCs; however you should double-check and follow these steps if a change is necessary on your Ubuntu computer:
If you don't see the Shared Folders shortcut, click Applications | Accessories | Terminal, type shares-admin and hit enter.
account password, and click the Authenticate button.
You can alternatively change the Domain/Workgroup value by editing the smb.conf file; here's precisely how to:
sudo gedit /etc/samba/smb.conf and hit the Enter key.
account password and hit the Enter key. The text editor should pop-up with the smb file opened.
workgroup =, highlighted in Figure 4.