70426/how-to-configure-nfs-server-in-linux
Hi Guys,
I want to take storage from another system. So I am trying to use Network File System(NFS) in Linux. But I am not able to configure.
Can someone help me, how can I configure NFS server?
Hi@akhtar,
To configure NFS server in your system, you can follow the below given steps.
Install NFS server.
$ yum install nfs-utils // CentOS/RHEL $ apt-get install nfs-utils // Ubuntu
Create one folder.
$ mkdir /fol1
Open /etc/exports file and write ip of your another system
/fol1 ip
Start NFS server.
$ systemctl start nfs-server
And your Nfs server is ready.
Hi@MD, To configure SSH server to your system, ...READ MORE
Hi, The command whoami is used to know ...READ MORE
You can use this: stat -c "%a %n" ...READ MORE
To create a symbolic link, you can ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
I just started working professionally as a ...READ MORE
You can use $(command), which in my ...READ MORE
Hi@akhtar, You need to install vsftpd software in ...READ MORE
Hi@akhtar, To install httpd web server in CentOS/RHEL ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.