CentOS 7 Linux Server Cookbook - Second Edition by Oliver Pelz & Jonathan Hobson
Author:Oliver Pelz & Jonathan Hobson [Pelz, Oliver]
Language: eng
Format: epub, azw3, mobi
Publisher: Packt Publishing
Published: 2016-01-28T23:00:00+00:00
Next, we need to open some firewall ports for the server to have proper NFS access: for s in {nfs,mountd,rpc-bind}; do firewall-cmd --permanent --add-service $s; done; firewall-cmd --reload
Finally, let's start the NFS server service and enable it on reboot: systemctl start rpcbind nfs-server systemctl enable rpcbind nfs-server systemctl status nfs-server
Creating an export share
Now that our NFS server is configured and up-and-running, it's time to create some file shares that we can export to our clients:
First, let's create a folder for our shares and change its permissions: mkdir /srv/nfs-data
Download
CentOS 7 Linux Server Cookbook - Second Edition by Oliver Pelz & Jonathan Hobson.azw3
CentOS 7 Linux Server Cookbook - Second Edition by Oliver Pelz & Jonathan Hobson.mobi
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7768)
Filmora Efficient Editing by Alexander Zacharias(5798)
The Infinite Retina by Robert Scoble Irena Cronin(5278)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3984)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3935)
Edit Like a Pro with iMovie by Regit(3437)
Linux Administration Best Practices by Scott Alan Miller(2858)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2837)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2522)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2408)
Docker on Windows by Stoneman Elton(2319)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2315)
Creative Projects for Rust Programmers by Carlo Milanesi(2258)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2110)
Hands-On Linux for Architects by Denis Salamanca(2053)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2005)
Computers For Seniors For Dummies by Nancy C. Muir(2003)
The Old New Thing by Raymond Chen(1941)
Linux Kernel Debugging by Kaiwan N Billimoria(1762)
