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

PPT
PPT
Wlan security
PPT
Static Routing
PDF
DHCP (dynamic host configuration protocol)
PDF
CCNA CheatSheet
PPTX
Routers and Routing Configuration
PPTX
DHCP & DNS
PPTX
1 introduction to windows server 2016
Wlan security
Static Routing
DHCP (dynamic host configuration protocol)
CCNA CheatSheet
Routers and Routing Configuration
DHCP & DNS
1 introduction to windows server 2016

What's hot (20)

PPT
Chapter09 Implementing And Using Group Policy
PPT
Router configuration
PPT
Wireless LAN Technoloy
PPT
Chapter 5 Network Configuration Basics.ppt
PPTX
Introduction 2 linux
PPT
Layer 2 switching fundamentals(networking)
PDF
DNS - Domain Name System
PPSX
Lesson 6: Dynamic Host Configuration Protocol A
PPTX
Dns(Domain name system)
PPTX
HSRP ccna
PPTX
PPT
CCNA Router Startup and Configuration
PPTX
Cisco router basic
PPT
DHCP Protocol
PPT
PPTX
DNS Configuration
PPTX
WLAN of networking.ppt
PPT
Packet tracer
PPSX
Hard drive partitions
PPT
NAT and PAT
Chapter09 Implementing And Using Group Policy
Router configuration
Wireless LAN Technoloy
Chapter 5 Network Configuration Basics.ppt
Introduction 2 linux
Layer 2 switching fundamentals(networking)
DNS - Domain Name System
Lesson 6: Dynamic Host Configuration Protocol A
Dns(Domain name system)
HSRP ccna
CCNA Router Startup and Configuration
Cisco router basic
DHCP Protocol
DNS Configuration
WLAN of networking.ppt
Packet tracer
Hard drive partitions
NAT and PAT
Ad

Viewers also liked (20)

PDF
File server resource manager
PDF
How to connect file server
PPTX
Next gen file server emining es series 簡報
PPT
ppt application softwears (getting work)
PPTX
Client server component
PPTX
Design for File Transfer Protocol
PPTX
New File Server Features Of Windows Server 2008
PPT
File System Resource Mangement
PPT
network hardware
PPTX
Use of Keyboard Function keys (F1 - F12) -hmftj
PPT
Components of client server application
DOCX
Introduction to the client server computing By Attaullah Hazrat
PPT
Apresentação servidores de aplicação
PPT
FILE SERVER
PPTX
arithmetic logic unit
PPT
Entity relationship modelling
PPTX
CLIENT SERVER IN OS.ppt
PPTX
Hardware & networking
PPT
Client-Server Computing
PPT
Data modeling using the entity relationship model
File server resource manager
How to connect file server
Next gen file server emining es series 簡報
ppt application softwears (getting work)
Client server component
Design for File Transfer Protocol
New File Server Features Of Windows Server 2008
File System Resource Mangement
network hardware
Use of Keyboard Function keys (F1 - F12) -hmftj
Components of client server application
Introduction to the client server computing By Attaullah Hazrat
Apresentação servidores de aplicação
FILE SERVER
arithmetic logic unit
Entity relationship modelling
CLIENT SERVER IN OS.ppt
Hardware & networking
Client-Server Computing
Data modeling using the entity relationship model
Ad

Similar to File Sever (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)

PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Spectroscopy.pptx food analysis technology
PDF
Electronic commerce courselecture one. Pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPT
Teaching material agriculture food technology
PDF
Encapsulation theory and applications.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
Advanced methodologies resolving dimensionality complications for autism neur...
Spectroscopy.pptx food analysis technology
Electronic commerce courselecture one. Pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Teaching material agriculture food technology
Encapsulation theory and applications.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Encapsulation_ Review paper, used for researhc scholars
Digital-Transformation-Roadmap-for-Companies.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Spectral efficient network and resource selection model in 5G networks
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Review of recent advances in non-invasive hemoglobin estimation
Diabetes mellitus diagnosis method based random forest with bat algorithm
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Chapter 3 Spatial Domain Image Processing.pdf
MIND Revenue Release Quarter 2 2025 Press Release

File Sever

  • 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)