From a745d7fef6e670a0e377cabbb57f0abc359e5b83 Mon Sep 17 00:00:00 2001 From: Andres Caro Date: Wed, 23 Sep 2020 05:46:12 -0500 Subject: [PATCH] Update 04-DAS-NAS-and-SAN.md there was a typo in exportfs command twice --- docs/08-Storage-in-Linux/04-DAS-NAS-and-SAN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/08-Storage-in-Linux/04-DAS-NAS-and-SAN.md b/docs/08-Storage-in-Linux/04-DAS-NAS-and-SAN.md index 6aa31b9..5bb16ce 100644 --- a/docs/08-Storage-in-Linux/04-DAS-NAS-and-SAN.md +++ b/docs/08-Storage-in-Linux/04-DAS-NAS-and-SAN.md @@ -23,15 +23,15 @@ - To exports all the mounts defined in **`/etc/exports`** use ``` - [~]$ exportsfs -a + [~]$ exportfs -a ``` - To manually export a directory use below command ``` - [~]$ exportsfs -o 10.61.35.201:/software/repos + [~]$ exportfs -o 10.61.35.201:/software/repos ``` # HANDS-ON LABS - - Lets had over to the [NFS LABS](https://kodekloud.com/courses/873064/lectures/17311763) \ No newline at end of file + - Lets had over to the [NFS LABS](https://kodekloud.com/courses/873064/lectures/17311763)