Q. How do I add share called incoming? This share definitions should be linked up to directory called /home/incoming.
A. You can define a share using samba configuration file itself. Open /etc/samba/smb.conf file and add code snippet as follows:
# vi /etc/samba/smb.conf
Add following code:
[incoming] comment = Icomming data writable = yes path = /home/incoming
Save close the file. Restart Samba :
# /etc/init.d/samba restart
If you are using Redhat/CentOS/Fedora core type:
# service smb restart
See also:
=> For more information and samba configuration option read smb.conf man page by typing following command:
man smb.conf
=> Visit official samba web site for more examples and information.
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -


{ 1 comment… read it below or add one }
Hi,
I did the same…but it dint worked…whenever i try to connect samba share it prompts “Network path could not found”