![]() |
|
|
|
|
![]() 2007 CHLUGger of the Year! Mailing List Archive Help Open Source Question of the Day Mission Directions to Meetings Contact Us Video Guest Speaker Info Acceptable Use Link To Us! Linux Hacking and the Law New! VOIP with Asterisk Assessing OSS Knoppix Ubiquitous Computing Filesystem Hierarchy Virtual Hosting Wesnoth Xbox/Linux udev Emacs Talk Notes Home Sweet ~ Top 100 CLIs Device Drivers Real Time Linux Network Considerations Part II Network Considerations Part I Amanda Presentation GNU/Linux Calculators Configuring Rio ReiserFS Linux Sound Samba notes Network time protocol C programming in Linux Boot, startup and shutdown hdparm HOWTO Ubuntu NJ LoCo New! Cherry Hill Library RUSLUG LUG in Princeton Loads of Linux Links LinuxToday.com Art of UNIX Programming More Links Contact Congress Why We Use Linux Companies Using Linux Linux in Business ![]()
![]()
![]() ![]() |
Samba Notes
----------- Paul Agin July 17, 2001
RPMs from the Red Hat 7.1 CD-ROMs
samba-2.0.7-36.i386.rpm
samba-client-2.0.7-36.i386.rpm
samba-common-2.0.7-36.i386.rpm
samba-swat-2.0.7-36.i386.rpm
Installing and Configuring the Samba Server
* Install the RPMs listed above. * Changes need to be made to the "/etc/samba/smb.conf" file. Set workgroup to match your
Windows workgroup name.
Uncomment the following two
lines. Later you will need to create a "smbpasswd" file.
By default, home directories and printers will be visible to the clients. Example of creating a wide-open shared directory. [public]
* To add an entry to the "smbpasswd" file, as root type "/usr/bin/smbpasswd -a username". If the user doesn't already
exist on your system, add the user.
* Run "/usr/bin/testparm" to test the parameters of the "smb.conf" file. * Use these commands to manually control the Samba server. Usage: /usr/sbin/samba {start|stop|restart|status|condrestart} * Run "/usr/sbin/setup" and select "smb" to be enabled at startup.
|