Your details here
What is SAMBA?
• Samba is an extremely useful networking tool
for anyone who has both Windows and Unix
systems on his network. Running on a Unix
system, it allows Windows to share files and
printers on the Unix host, and it also allows
Unix users to access resources shared by
Windows systems.
Samba is an...
• an open source software suite
• file and print services to SMB/CIFS clients-
Windows boxes
• runs on UNIX platforms, but speaks to
Windows clients like a native.
What does it do?
• Share one or more directory trees
• Share one or more Distributed filesystem (Dfs)
trees
• Share printers installed on the server among
Windows clients on the network
• Assist clients with network browsing
• Authenticate clients logging onto a Windows
domain
• Provide or assist with Windows Internet Name
Service (WINS) name-server resolution
What can SAMBA be used for?
• You don't want to pay for—or can't afford—a full-
fledged Windows server, yet you still need the
functionality that one provides.
• The Client Access Licenses (CALs) that Microsoft
requires for each Windows client to access a Windows
server are unaffordable.
• You want to provide a common area for data or user
directories to transition from a Windows server to a
Unix one, or vice versa.
• You want to share printers among Windows and Unix
workstations.
• (contd…)
• You are supporting a group of computer users
who have a mixture of Windows and Unix
computers.
• You want to integrate Unix and Windows
authentication, maintaining a single database of
user accounts that works with both systems.
• You want to network Unix, Windows, Macintosh
(OS X), and other systems using a single protocol.
• The SMB daemon also handles ``share mode''
and ``user mode'' authentication and
authorization to protect shared file and print
services with passwords.
Share Mode - Single password assigned to a
directory or share
User Mode - Each user has a
username/password and admin can grant or
deny access on an individual basis
• Sharing files and print services:
• Example of directory or file share:
• [jacksdir]
• comment = Jack’s remote source code directory
• path = usr/local/src
• valid users = tackett
• browseable = yes
• public = no
• writeable = yes
•
• Example of printer sharing:
• [vals_lp]
• print ok =yes
• printer name = lp_mine
• path = /home/everyone
• valid users = valerie, @devel
• browseable = yes

More Related Content

PPTX
Allocation Methods-R.D.Sivakumar
PPTX
memory allocation methods
PPTX
PPTX
Licão 04 permissions
PPTX
C# Drive info class
PDF
AIDA/Scribo
PPTX
Allocation Methods-R.D.Sivakumar
memory allocation methods
Licão 04 permissions
C# Drive info class
AIDA/Scribo

Viewers also liked (16)

PPTX
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
PPT
PPT
Lec 2 types of research
PPTX
Client Awards 2015
PPTX
PDF
EMC Proven Professional Knowledge Sharing 2007 Book of Abstracts
 
PPT
Kisamjakajin hashvetvutyun1
PDF
Informe consulta general
PPTX
Jose gafas
PPT
2014 Reformation plays
PPTX
Data security and compliancy in Office 365
PDF
Linux kursu-arnavutkoy
PPTX
What photosensitive epilepsy
PDF
Insaat kursu-samsun
PPTX
Ww1 sides mon tues
PDF
SME Estudio Marcas que Marcan 2012
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
Lec 2 types of research
Client Awards 2015
EMC Proven Professional Knowledge Sharing 2007 Book of Abstracts
 
Kisamjakajin hashvetvutyun1
Informe consulta general
Jose gafas
2014 Reformation plays
Data security and compliancy in Office 365
Linux kursu-arnavutkoy
What photosensitive epilepsy
Insaat kursu-samsun
Ww1 sides mon tues
SME Estudio Marcas que Marcan 2012
Ad

Similar to Presentation1 (20)

PPT
Chapter 6 - INTRODUCTION TO NETWORK OPERATING SYSTEM - 0S and NOS.ppt
PPTX
Presentation on samba server
PPT
PPTX
A comprehensive guide that explains the core functioning of Linux, covering t...
PDF
itft_system admin
PPTX
COC 3_introduction network computer server.pptx
ODP
Using samba
PPTX
distributed files in parallel computonglec 7.pptx
DOC
Lesson 4 intro to advanced o perating systems
PPTX
BITM3730 11-22.pptx
PPTX
networkoperatingsystem-151216143210.pptx
PDF
CNIT 123: 6: Enumeration
PPTX
Presentation1.pptx
PPT
Lecture 9
PPTX
1 introduction to windows server 2016
PPT
PPTX
INTRODUCTION TO NETWORK OS
PPT
DISTRIBUTED SYSTEMS lecture notes 25 .ppt
PDF
Types of servers
Chapter 6 - INTRODUCTION TO NETWORK OPERATING SYSTEM - 0S and NOS.ppt
Presentation on samba server
A comprehensive guide that explains the core functioning of Linux, covering t...
itft_system admin
COC 3_introduction network computer server.pptx
Using samba
distributed files in parallel computonglec 7.pptx
Lesson 4 intro to advanced o perating systems
BITM3730 11-22.pptx
networkoperatingsystem-151216143210.pptx
CNIT 123: 6: Enumeration
Presentation1.pptx
Lecture 9
1 introduction to windows server 2016
INTRODUCTION TO NETWORK OS
DISTRIBUTED SYSTEMS lecture notes 25 .ppt
Types of servers
Ad

Presentation1

  • 2. What is SAMBA? • Samba is an extremely useful networking tool for anyone who has both Windows and Unix systems on his network. Running on a Unix system, it allows Windows to share files and printers on the Unix host, and it also allows Unix users to access resources shared by Windows systems.
  • 3. Samba is an... • an open source software suite • file and print services to SMB/CIFS clients- Windows boxes • runs on UNIX platforms, but speaks to Windows clients like a native.
  • 4. What does it do? • Share one or more directory trees • Share one or more Distributed filesystem (Dfs) trees • Share printers installed on the server among Windows clients on the network • Assist clients with network browsing • Authenticate clients logging onto a Windows domain • Provide or assist with Windows Internet Name Service (WINS) name-server resolution
  • 5. What can SAMBA be used for? • You don't want to pay for—or can't afford—a full- fledged Windows server, yet you still need the functionality that one provides. • The Client Access Licenses (CALs) that Microsoft requires for each Windows client to access a Windows server are unaffordable. • You want to provide a common area for data or user directories to transition from a Windows server to a Unix one, or vice versa. • You want to share printers among Windows and Unix workstations. • (contd…)
  • 6. • You are supporting a group of computer users who have a mixture of Windows and Unix computers. • You want to integrate Unix and Windows authentication, maintaining a single database of user accounts that works with both systems. • You want to network Unix, Windows, Macintosh (OS X), and other systems using a single protocol.
  • 7. • The SMB daemon also handles ``share mode'' and ``user mode'' authentication and authorization to protect shared file and print services with passwords. Share Mode - Single password assigned to a directory or share User Mode - Each user has a username/password and admin can grant or deny access on an individual basis
  • 8. • Sharing files and print services: • Example of directory or file share: • [jacksdir] • comment = Jack’s remote source code directory • path = usr/local/src • valid users = tackett • browseable = yes • public = no • writeable = yes • • Example of printer sharing: • [vals_lp] • print ok =yes • printer name = lp_mine • path = /home/everyone • valid users = valerie, @devel • browseable = yes