SlideShare a Scribd company logo
FILE SERVER CONFIGURATION  AND INSTALLATION  IN  LINUX
CONTENTS Organization Profile Introduction of Project Hardware and Software Requirement  Working of Project Testing  Screen Shots Advantages  Applications Limitation  Future Scope
Organization Profile
Introduction  In FILE SERVER we can shared files (such as documents, images,sound files, movies and database ) in network using any environment like LINUX and WINDOW . By using four  servers  FTP ,NFS, SAMBA and DHCP in Linux environment with help of these servers we make a project on FILE SERVER.
Hardware and Software Requirement
Working   The basic working is Sharing Data  or Files in NETWORK using any environment  LINUX/WINDOWS by using the following servers. > FTP  > SAMBA  > NFS  >DHCP
File Transfer protocol ( FTP )‏ It is a network protocol used to transfer data from one computer to another through a network such as the Internet. FTP is a file transfer protocol for exchanging and manipulating files over a TCP computer network. An FTP client may connect to an FTP server to manipulate files on that server. Package used for FTP Server in Linux  : vsftp* Daemon name  : vsftpd
SAMBA Samba is based on SMB(Server Message Block ) protocol  Samba is used for  sharing is data on Linux to Linux and Windows to Linux Package used for SAMBA Server in Linux  : samba* Daemon name    : smb
Dynamic Host Configuration Protocol (DHCP)  It is a network application protocol used by devices (DHCP clients) to obtain configuration information for operation in an Internet Protocol network. This protocol reduces system administration workload, allowing devices to be added to the network with little or no manual intervention. The DHCP server manages a pool of IP addresses and information about client configuration parameters such as the default gateway, the domain name, the DNS servers, other servers such as time servers, and so forth. Package used for DHCP in Linux :  dhcp* Daemon name :  dhcpd
Network File System (NFS)  A network file system is any computer file system that supports sharing of files, printers and other resources as persistent storage over a computer network Package used for DHCP in Linux  : nfs* Daemon name  : nfsd
TESTING # First of all we need to install Extended Internet Daemon for support of SAMBA using command. rpm -ivh /dump/Server/xinetd* --aid –force # Then  installing samba packages using command. rpm -ivh /dump/Server/smb* --aid –force # Now install FTP packages using command . rmp -ivh /dump/server/vsftpd* --aid –force # And similarly  install DHCP packages for assign IP address  automatically to all the systems by using command . rmp -ivh /dump/server/dhcpd* --aid --force
Continue…. # now configuring the DHCP for NETWORK  cat /usr/share/doc/dhcp-3.0.5/dhcpd.conf.sample > /etc/dhcpd.conf #After configure the DHCP then Restart  DHCP,NFS,VSFTP,SAMBA service by using commands. service dhcpd restart service vsftpd restart service nfs restart service smb restart # Then  Permanently  ON the all services by using commands.  chkconfig smb on chkconfig dhcpd on chkconfig nfs on chkconfig vsftpd on
Continue…. # Then adding two users named POP and ROCK useradd pop useradd rock # adding files in the directory of USERS for sharing echo "this is a file of users POP " > /home/pop/sales echo "this is a file of users ROCK " > /home/rock/myfile echo "plz assign passwords to both users mannually accroding to your requirement” Also assign the passwd to the users by using command . passwd pop  passwd rock echo " Thanx all things are done and working fine."
SCREEN SHOTS
08/11/09
08/11/09
08/11/09
08/11/09
08/11/09
08/11/09
08/11/09
Advantages  > Larger number of user can access the file at same time. > Share the file by using any environment like Linux and windows. > Reduce number of copies of various programs and also save disk space. > Changes are made to shared file ,they become available to all users immediately. > Also set the  permission to user according to need.
APPLICATIONS
LIMITATION
FUTURE  SCOPE
THANKS   Submitted By :- Jagdeep Singh Malhi 7652 (D3 IT)

More Related Content

PPTX
Active-Directory-Domain-Services.pptx
PPTX
Designing the active directory logical structure
PPTX
Active Directory
PPTX
Linux System Monitoring
PPT
Active directory slides
PPT
Unix/Linux Basic Commands and Shell Script
PDF
Windows Server 2019 -InspireTech 2019
Active-Directory-Domain-Services.pptx
Designing the active directory logical structure
Active Directory
Linux System Monitoring
Active directory slides
Unix/Linux Basic Commands and Shell Script
Windows Server 2019 -InspireTech 2019

What's hot (20)

PPT
active-directory-domain-services
PDF
Course 102: Lecture 26: FileSystems in Linux (Part 1)
PPT
Active Directory Training
PDF
Presentation on linux
PDF
Install active directory on windows server 2016 step by step
PPT
ACTIVE-DIRECTORY.ppt
PPTX
Linux Presentation
PDF
Windows Server 2012
PPTX
Introduction_of_ADDS
PPT
Microsoft Active Directory
PDF
June OpenNTF Webinar - Domino V12 Certification Manager
PPT
Active directory domain services
PPTX
Windows Network concepts
PPTX
User and groups administrator
PPTX
Linux commands
PPTX
Windows Server 2019.pptx
PPTX
Presentation On Group Policy in Windows Server 2012 R2 By Barek-IT
PPT
Group policy objects
PPTX
Active directory domain service
PPT
Chapter09 Implementing And Using Group Policy
active-directory-domain-services
Course 102: Lecture 26: FileSystems in Linux (Part 1)
Active Directory Training
Presentation on linux
Install active directory on windows server 2016 step by step
ACTIVE-DIRECTORY.ppt
Linux Presentation
Windows Server 2012
Introduction_of_ADDS
Microsoft Active Directory
June OpenNTF Webinar - Domino V12 Certification Manager
Active directory domain services
Windows Network concepts
User and groups administrator
Linux commands
Windows Server 2019.pptx
Presentation On Group Policy in Windows Server 2012 R2 By Barek-IT
Group policy objects
Active directory domain service
Chapter09 Implementing And Using Group Policy
Ad

Viewers also liked (20)

PPT
Search, Blogs and Internet Marketing
PPTX
Next gen file server emining es series 簡報
PPT
Nf Sp4
PPTX
Client server component
PDF
File server resource manager
PPTX
Services of internet
PDF
Nfs protocol sequence_diagram
PPTX
New File Server Features Of Windows Server 2008
PPTX
1.2 build cloud_fabric_final
PPTX
Network file system (nfs)
PPT
PPTX
Sun NFS , Case study
PPTX
illumos day 2014 SMB2
PDF
The NFS Version 4 Protocol
PPT
Dfs (Distributed computing)
PPT
Linux apache installation
PDF
ISCSI server configuration
PPT
Nagios Conference 2013 - David Stern - The Nagios Light Bar
PPT
Components of client server application
Search, Blogs and Internet Marketing
Next gen file server emining es series 簡報
Nf Sp4
Client server component
File server resource manager
Services of internet
Nfs protocol sequence_diagram
New File Server Features Of Windows Server 2008
1.2 build cloud_fabric_final
Network file system (nfs)
Sun NFS , Case study
illumos day 2014 SMB2
The NFS Version 4 Protocol
Dfs (Distributed computing)
Linux apache installation
ISCSI server configuration
Nagios Conference 2013 - David Stern - The Nagios Light Bar
Components of client server application
Ad

Similar to FILE SERVER (20)

PPTX
Linux Based Network Proposal
PPTX
RHCE (RED HAT CERTIFIED ENGINEERING)
PPT
Chapter 05
PDF
Access Network Attached Storage in RHEL - RHCSA (RH134).pdf
PPT
Server configuration
PPTX
14 FILE Server
PPTX
PDF
Linux Servers
PPT
Samba server configuration
PPT
PPT
Linux Conf Admin
PPT
Linux conf-admin
PPT
Linux conf-admin
DOCX
ODP
Ubuntu For Intranet Services
PPT
Cita310chap09
PDF
Archive and Transfer Files - RHCSA (RH124).pdf
PPTX
OS and Applications.pptx
PPT
Samba server
PPTX
Presentation on samba server
Linux Based Network Proposal
RHCE (RED HAT CERTIFIED ENGINEERING)
Chapter 05
Access Network Attached Storage in RHEL - RHCSA (RH134).pdf
Server configuration
14 FILE Server
Linux Servers
Samba server configuration
Linux Conf Admin
Linux conf-admin
Linux conf-admin
Ubuntu For Intranet Services
Cita310chap09
Archive and Transfer Files - RHCSA (RH124).pdf
OS and Applications.pptx
Samba server
Presentation on samba server

More from Jagdeep Singh Malhi (6)

PDF
Hybrid Technique for Associative Classification of Heart Diseases
PDF
Associative Classification: Synopsis
PDF
Automation
PDF
PDF
Introduction to Django
ODP
Believe IN GOD
Hybrid Technique for Associative Classification of Heart Diseases
Associative Classification: Synopsis
Automation
Introduction to Django
Believe IN GOD

Recently uploaded (20)

PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Microbial diseases, their pathogenesis and prophylaxis
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Microbial disease of the cardiovascular and lymphatic systems
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Chinmaya Tiranga quiz Grand Finale.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Cell Types and Its function , kingdom of life
Pharma ospi slides which help in ospi learning
Microbial diseases, their pathogenesis and prophylaxis
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Anesthesia in Laparoscopic Surgery in India
A systematic review of self-coping strategies used by university students to ...
Final Presentation General Medicine 03-08-2024.pptx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3

FILE SERVER

  • 1. FILE SERVER CONFIGURATION AND INSTALLATION IN LINUX
  • 2. CONTENTS Organization Profile Introduction of Project Hardware and Software Requirement Working of Project Testing Screen Shots Advantages Applications Limitation Future Scope
  • 4. Introduction In FILE SERVER we can shared files (such as documents, images,sound files, movies and database ) in network using any environment like LINUX and WINDOW . By using four servers FTP ,NFS, SAMBA and DHCP in Linux environment with help of these servers we make a project on FILE SERVER.
  • 5. Hardware and Software Requirement
  • 6. Working The basic working is Sharing Data or Files in NETWORK using any environment LINUX/WINDOWS by using the following servers. > FTP > SAMBA > NFS >DHCP
  • 7. File Transfer protocol ( FTP )‏ It is a network protocol used to transfer data from one computer to another through a network such as the Internet. FTP is a file transfer protocol for exchanging and manipulating files over a TCP computer network. An FTP client may connect to an FTP server to manipulate files on that server. Package used for FTP Server in Linux : vsftp* Daemon name : vsftpd
  • 8. SAMBA Samba is based on SMB(Server Message Block ) protocol Samba is used for sharing is data on Linux to Linux and Windows to Linux Package used for SAMBA Server in Linux : samba* Daemon name : smb
  • 9. Dynamic Host Configuration Protocol (DHCP) It is a network application protocol used by devices (DHCP clients) to obtain configuration information for operation in an Internet Protocol network. This protocol reduces system administration workload, allowing devices to be added to the network with little or no manual intervention. The DHCP server manages a pool of IP addresses and information about client configuration parameters such as the default gateway, the domain name, the DNS servers, other servers such as time servers, and so forth. Package used for DHCP in Linux : dhcp* Daemon name : dhcpd
  • 10. Network File System (NFS) A network file system is any computer file system that supports sharing of files, printers and other resources as persistent storage over a computer network Package used for DHCP in Linux : nfs* Daemon name : nfsd
  • 11. TESTING # First of all we need to install Extended Internet Daemon for support of SAMBA using command. rpm -ivh /dump/Server/xinetd* --aid –force # Then installing samba packages using command. rpm -ivh /dump/Server/smb* --aid –force # Now install FTP packages using command . rmp -ivh /dump/server/vsftpd* --aid –force # And similarly install DHCP packages for assign IP address automatically to all the systems by using command . rmp -ivh /dump/server/dhcpd* --aid --force
  • 12. Continue…. # now configuring the DHCP for NETWORK cat /usr/share/doc/dhcp-3.0.5/dhcpd.conf.sample > /etc/dhcpd.conf #After configure the DHCP then Restart DHCP,NFS,VSFTP,SAMBA service by using commands. service dhcpd restart service vsftpd restart service nfs restart service smb restart # Then Permanently ON the all services by using commands. chkconfig smb on chkconfig dhcpd on chkconfig nfs on chkconfig vsftpd on
  • 13. Continue…. # Then adding two users named POP and ROCK useradd pop useradd rock # adding files in the directory of USERS for sharing echo "this is a file of users POP " > /home/pop/sales echo "this is a file of users ROCK " > /home/rock/myfile echo "plz assign passwords to both users mannually accroding to your requirement” Also assign the passwd to the users by using command . passwd pop passwd rock echo " Thanx all things are done and working fine."
  • 22. Advantages > Larger number of user can access the file at same time. > Share the file by using any environment like Linux and windows. > Reduce number of copies of various programs and also save disk space. > Changes are made to shared file ,they become available to all users immediately. > Also set the permission to user according to need.
  • 26. THANKS Submitted By :- Jagdeep Singh Malhi 7652 (D3 IT)