3. SAMBA AND CUPS ADMINISTRATION

SAMBA - Setting and Configure

Note = Samba

      Samba And Samba Common

Configuration Setup- 1

1

  Summary of Samba

Name          : samba
Summary    : The Samba SMB server.
URL             : http://www.samba.org/
License       : GNU GPL Version 2
Description:
                   : Samba is the suite of programs by which a lot of PC-related machines
                   : share files, printers, and other information (such as lists of
                   : available files and printers). The Windows NT, OS/2, and Linux
                   : operating systems support this natively, and add-on packages can
                   : enable the same thing for DOS, Windows, VMS, UNIX of all kinds, MVS,
                   : and more. This package provides an SMB server that can be used to
                   : provide network services to SMB (sometimes called "Lan Manager")
                   : clients. Samba uses NetBIOS over TCP/IP (NetBT) protocols and does NOT
                   : need the NetBEUI (Microsoft Raw NetBIOS frame) protocol.

2

  Samba Install

[root@cos ~]# yum install samba  samba-common samba-client

3

  Samba Start

[root@cos ~]# /sbin/service smb start
Starting SMB services:                                     [  OK  ]
Starting NMB services:                                     [  OK  ]

4

  Add User to the System And Set The Pass

[root@cos ~]# adduser mae
[root@cos ~]# passwd mae

5

  Add User to the SMB

[root@cos ~]# smbpasswd    -a mae
New SMB    password:
Retype new SMB password:
Added user mae.

6

  Add User but use for samba user, without set passwd ( no shell login )

[root@fs ~]# adduser -d    /export/home/routers routers
[root@fs ~]# smbpasswd -a routers
New SMB    password:
Retype new SMB password:
Added user routers.

[root@fs ~]# smbpasswd routers
New SMB    password:
Retype new SMB password:
[root@fs ~]#

7

  Samba



8

  Samba



Previous Section    SAMBA AND CUPS ADMINISTRATION Next Section