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)