SlideShare uma empresa Scribd logo
1 de 24
SAMBA SERVER IN LINUX

Submitted by:
Veeral Bhateja
+91-8741810758
What is Linux?
• Linux is, in simplest terms, an operating
system. It is the software on a computer
that enables applications and the
computer operator to access the devices
on the computer to perform desired
functions.
• Linux is an operating system, a large
piece of software that manages a
computer. It is similar to Microsoft
Windows, but it is entirely free. The
accurate name is GNU/Linux but "Linux"
is used more often.
• In Linux there are many hundreds of
free, high quality applications you can
find, install and uninstall neatly and
easily.
• Using the open source code of the
Linux kernel, people have been
developing operating systems based
on the Linux kernel.
• Linux has provided us some of the best
servers to share every possible
transactions. One of them is Linux
Samba Server.
What is Samba ?
• Samba is an Open Source Suite, that
provides seamless file and print
services to SMB/CIFS clients.
• Samba is freely available.

• With Samba, you can share a Linux
file system with Windows 95, 98, 2000
and NT and vice versa.
• Samba allows Windows clients to
access resources on Linux computers.
• You can also share printers connected to
either Linux or a system with Windows
95, 98, 2000 or NT.
• Samba enables a Linux or Unix server to
function as a file server for client PCs
running Windows software.
What is SMB?
• SMB stands for – Server Message
Block.
• It is a protocol by which a lot of PCrelated machines share files and
printers and other information such
as lists of available files and printers.
• Operating systems that support this
natively include Windows
NT, OS/2, and Linux.
SMB Components
• smbd daemon: This provides the file and
print services to SMB clients such as
Windows NT or other Linux or Unix clients.
• smb.conf: This is the configuration file for
smbd.
• nmbd daemon: This daemon provides
NetBIOS name serving and browsing
support.

• smbpasswd: This allows the user to change
the password used for their SMB sessions.
• smbclient: This is an smb client program
that implement a simple FTP-like client on
a Linux or Unix box.
• smbmount: This mounting program
enables mounting of server directories on a
Linux or Unix box.
• smbstatus: This programs lists the current
Samba connections.
• SWAT: Swat allows a Samba administrator
to configure the smb.conf file via a Web
browser.
What is CIFS?
• CIFS – Common Internet File System is a
protocol that is basically an updated SMB.
Samba configuration
• Samba configuration file located
at /etc/samba/smb.conf.
• In this file main section is Global where you
can define all parameters.
• Example:
[global]
workgroup = debian
NetBIOS name = debianserver
server string = %h server (Samba %v)
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
Samba Service Profile
• Packages: samba, sambacommon, samba-client
• Daemons: smbd, nmbd (NetBIOS
name server)
• Config file : /etc/samba/smb.conf
• Port: 137 (nmbd), 138(smbd)
How to configure Samba?
• First we check there is samba server package is
installed or not. We find package samba* not
installed.
We install samba* package.
rpm -ivh along with package name installs the package.
Then we open the samba server configuration
file. Command: # vim /etc/samba/smb.conf.
In the last page of configuration file, we
make some changes here.
Then we create a valid user who has been shared
the directories.
Restart the services
Now we try to connect the user. Command: #
smbclient//<IP Adress>/<directory name> -U
<username>
The user gets logged in by giving
password for authentication
ls command is used to list the files
shared.
The screen viewing the listed files.
mget command copy the file from shared
directory to our machine.
testparm command is used to show the
shared directory of the samba server.

Hitting enter will show the detailed
shared directory.
Presentation on samba server
Presentation on samba server

Mais conteúdo relacionado

Mais procurados

Web servers – features, installation and configuration
Web servers – features, installation and configurationWeb servers – features, installation and configuration
Web servers – features, installation and configuration
webhostingguy
 
Domain name server
Domain name serverDomain name server
Domain name server
Mobile88
 
Introduction to SSH
Introduction to SSHIntroduction to SSH
Introduction to SSH
Hemant Shah
 

Mais procurados (20)

Web servers – features, installation and configuration
Web servers – features, installation and configurationWeb servers – features, installation and configuration
Web servers – features, installation and configuration
 
DNS (Domain Name System)
DNS (Domain Name System)DNS (Domain Name System)
DNS (Domain Name System)
 
Networking in linux
Networking in linuxNetworking in linux
Networking in linux
 
Apache web service
Apache web serviceApache web service
Apache web service
 
Linux os and its features
Linux os and its featuresLinux os and its features
Linux os and its features
 
Domain Name System
Domain Name SystemDomain Name System
Domain Name System
 
Linux and DNS Server
Linux and DNS ServerLinux and DNS Server
Linux and DNS Server
 
ISP AND ITS ARCHITECTURE.
ISP AND ITS ARCHITECTURE.ISP AND ITS ARCHITECTURE.
ISP AND ITS ARCHITECTURE.
 
File System Hierarchy
File System HierarchyFile System Hierarchy
File System Hierarchy
 
Dns
DnsDns
Dns
 
Dns name resolution process
Dns name resolution processDns name resolution process
Dns name resolution process
 
Domain name server
Domain name serverDomain name server
Domain name server
 
Users and groups
Users and groupsUsers and groups
Users and groups
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Unix - An Introduction
Unix - An IntroductionUnix - An Introduction
Unix - An Introduction
 
Introduction to SSH
Introduction to SSHIntroduction to SSH
Introduction to SSH
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
 
Nfs
NfsNfs
Nfs
 
NFS(Network File System)
NFS(Network File System)NFS(Network File System)
NFS(Network File System)
 
Filepermissions in linux
Filepermissions in linuxFilepermissions in linux
Filepermissions in linux
 

Destaque

Linux network file system (nfs)
Linux   network file system (nfs)Linux   network file system (nfs)
Linux network file system (nfs)
Raghu nath
 
NETWORK FILE SYSTEM
NETWORK FILE SYSTEMNETWORK FILE SYSTEM
NETWORK FILE SYSTEM
Roshan Kumar
 

Destaque (20)

Introduction to samba
Introduction to samba Introduction to samba
Introduction to samba
 
Presentation on samba server & apache server
Presentation on samba server & apache serverPresentation on samba server & apache server
Presentation on samba server & apache server
 
Samba
SambaSamba
Samba
 
Samba
SambaSamba
Samba
 
Rhel4
Rhel4Rhel4
Rhel4
 
Linux network file system (nfs)
Linux   network file system (nfs)Linux   network file system (nfs)
Linux network file system (nfs)
 
NETWORK FILE SYSTEM
NETWORK FILE SYSTEMNETWORK FILE SYSTEM
NETWORK FILE SYSTEM
 
Telnet & SSH Configuration
Telnet & SSH ConfigurationTelnet & SSH Configuration
Telnet & SSH Configuration
 
File Transfer Protocol
File Transfer ProtocolFile Transfer Protocol
File Transfer Protocol
 
illumos day 2014 SMB2
illumos day 2014 SMB2illumos day 2014 SMB2
illumos day 2014 SMB2
 
Linux02 install SSh
Linux02 install SShLinux02 install SSh
Linux02 install SSh
 
Squid Proxy Server
Squid Proxy ServerSquid Proxy Server
Squid Proxy Server
 
Samba
SambaSamba
Samba
 
Squid
SquidSquid
Squid
 
Dynamic Host Configuration Protocol
Dynamic Host Configuration ProtocolDynamic Host Configuration Protocol
Dynamic Host Configuration Protocol
 
Using samba
Using sambaUsing samba
Using samba
 
Dhcp presentation
Dhcp presentationDhcp presentation
Dhcp presentation
 
FTP - File Transfer Protocol
FTP - File Transfer ProtocolFTP - File Transfer Protocol
FTP - File Transfer Protocol
 
Dhcp ppt
Dhcp pptDhcp ppt
Dhcp ppt
 
Linux Introduction (Commands)
Linux Introduction (Commands)Linux Introduction (Commands)
Linux Introduction (Commands)
 

Semelhante a Presentation on samba server

Samba Optimization and Speed Tuning f...
Samba Optimization and Speed Tuning f...Samba Optimization and Speed Tuning f...
Samba Optimization and Speed Tuning f...
wensheng wei
 
A comprehensive guide that explains the core functioning of Linux, covering t...
A comprehensive guide that explains the core functioning of Linux, covering t...A comprehensive guide that explains the core functioning of Linux, covering t...
A comprehensive guide that explains the core functioning of Linux, covering t...
domaron20
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lamp
Nadhi ya
 
Lamp technology
Lamp technologyLamp technology
Lamp technology
2tharan21
 

Semelhante a Presentation on samba server (20)

Samba server linux (SMB) BY ROHIT MALAV
Samba server linux (SMB) BY ROHIT MALAVSamba server linux (SMB) BY ROHIT MALAV
Samba server linux (SMB) BY ROHIT MALAV
 
samba server setup Pts ppt (rohit malav)
samba server setup Pts ppt (rohit malav)samba server setup Pts ppt (rohit malav)
samba server setup Pts ppt (rohit malav)
 
Samba server in sna
Samba server in snaSamba server in sna
Samba server in sna
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 
linux
linuxlinux
linux
 
Meeting 9 samba
Meeting 9   sambaMeeting 9   samba
Meeting 9 samba
 
Linux Based Network Proposal
Linux Based Network ProposalLinux Based Network Proposal
Linux Based Network Proposal
 
Samba
SambaSamba
Samba
 
Server configuration
Server configurationServer configuration
Server configuration
 
RHCE (RED HAT CERTIFIED ENGINEERING)
RHCE (RED HAT CERTIFIED ENGINEERING)RHCE (RED HAT CERTIFIED ENGINEERING)
RHCE (RED HAT CERTIFIED ENGINEERING)
 
Samba tutorial
Samba tutorialSamba tutorial
Samba tutorial
 
Samba Optimization and Speed Tuning f...
Samba Optimization and Speed Tuning f...Samba Optimization and Speed Tuning f...
Samba Optimization and Speed Tuning f...
 
A comprehensive guide that explains the core functioning of Linux, covering t...
A comprehensive guide that explains the core functioning of Linux, covering t...A comprehensive guide that explains the core functioning of Linux, covering t...
A comprehensive guide that explains the core functioning of Linux, covering t...
 
Ubuntu For Intranet Services
Ubuntu For Intranet ServicesUbuntu For Intranet Services
Ubuntu For Intranet Services
 
Presentation1
Presentation1Presentation1
Presentation1
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lamp
 
Lamp technology
Lamp technologyLamp technology
Lamp technology
 
Lamp ppt
Lamp pptLamp ppt
Lamp ppt
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
Linux
LinuxLinux
Linux
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 

Presentation on samba server

  • 1. SAMBA SERVER IN LINUX Submitted by: Veeral Bhateja +91-8741810758
  • 2. What is Linux? • Linux is, in simplest terms, an operating system. It is the software on a computer that enables applications and the computer operator to access the devices on the computer to perform desired functions. • Linux is an operating system, a large piece of software that manages a computer. It is similar to Microsoft Windows, but it is entirely free. The accurate name is GNU/Linux but "Linux" is used more often.
  • 3. • In Linux there are many hundreds of free, high quality applications you can find, install and uninstall neatly and easily. • Using the open source code of the Linux kernel, people have been developing operating systems based on the Linux kernel. • Linux has provided us some of the best servers to share every possible transactions. One of them is Linux Samba Server.
  • 4. What is Samba ? • Samba is an Open Source Suite, that provides seamless file and print services to SMB/CIFS clients. • Samba is freely available. • With Samba, you can share a Linux file system with Windows 95, 98, 2000 and NT and vice versa. • Samba allows Windows clients to access resources on Linux computers.
  • 5. • You can also share printers connected to either Linux or a system with Windows 95, 98, 2000 or NT. • Samba enables a Linux or Unix server to function as a file server for client PCs running Windows software.
  • 6. What is SMB? • SMB stands for – Server Message Block. • It is a protocol by which a lot of PCrelated machines share files and printers and other information such as lists of available files and printers. • Operating systems that support this natively include Windows NT, OS/2, and Linux.
  • 7. SMB Components • smbd daemon: This provides the file and print services to SMB clients such as Windows NT or other Linux or Unix clients. • smb.conf: This is the configuration file for smbd. • nmbd daemon: This daemon provides NetBIOS name serving and browsing support. • smbpasswd: This allows the user to change the password used for their SMB sessions.
  • 8. • smbclient: This is an smb client program that implement a simple FTP-like client on a Linux or Unix box. • smbmount: This mounting program enables mounting of server directories on a Linux or Unix box. • smbstatus: This programs lists the current Samba connections. • SWAT: Swat allows a Samba administrator to configure the smb.conf file via a Web browser.
  • 9. What is CIFS? • CIFS – Common Internet File System is a protocol that is basically an updated SMB.
  • 10. Samba configuration • Samba configuration file located at /etc/samba/smb.conf. • In this file main section is Global where you can define all parameters. • Example: [global] workgroup = debian NetBIOS name = debianserver server string = %h server (Samba %v) log file = /var/log/samba/log.%m max log size = 1000 syslog = 0
  • 11. Samba Service Profile • Packages: samba, sambacommon, samba-client • Daemons: smbd, nmbd (NetBIOS name server) • Config file : /etc/samba/smb.conf • Port: 137 (nmbd), 138(smbd)
  • 12. How to configure Samba? • First we check there is samba server package is installed or not. We find package samba* not installed.
  • 13. We install samba* package. rpm -ivh along with package name installs the package.
  • 14. Then we open the samba server configuration file. Command: # vim /etc/samba/smb.conf.
  • 15. In the last page of configuration file, we make some changes here.
  • 16. Then we create a valid user who has been shared the directories.
  • 18. Now we try to connect the user. Command: # smbclient//<IP Adress>/<directory name> -U <username>
  • 19. The user gets logged in by giving password for authentication
  • 20. ls command is used to list the files shared.
  • 21. The screen viewing the listed files. mget command copy the file from shared directory to our machine.
  • 22. testparm command is used to show the shared directory of the samba server. Hitting enter will show the detailed shared directory.