Samba

From LinuxWiki

Jump to: navigation, search

Contents

Introduction

todo

Installation

Each distribution has it's own way of performing installations.

Debian

Debian uses apt-get to fetch and install packages from the network.

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

Red Hat

todo