Samba
From LinuxWiki
Contents |
[edit]
Introduction
todo
[edit]
Installation
Each distribution has it's own way of performing installations.
[edit]
Debian
Debian uses apt-get to fetch and install packages from the network.
[edit]
Debian 3.1 ("sarge")
To install the server:
apt-get install samba
To stop, start, restart, and reload configuration:
/etc/init.d/samba stop /etc/init.d/samba start /etc/init.d/samba restart /etc/init.d/samba force-reload
[edit]
Red Hat
todo

