Skip to content

Commit 81391c0

Browse files
authored
Merge pull request kodekloudhub#7 from andrescaroc/patch-1
Update 04-DAS-NAS-and-SAN.md
2 parents f71892a + a745d7f commit 81391c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/08-Storage-in-Linux/04-DAS-NAS-and-SAN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
- To exports all the mounts defined in **`/etc/exports`** use
2424
2525
```
26-
[~]$ exportsfs -a
26+
[~]$ exportfs -a
2727
```
2828
2929
- To manually export a directory use below command
3030
3131
```
32-
[~]$ exportsfs -o 10.61.35.201:/software/repos
32+
[~]$ exportfs -o 10.61.35.201:/software/repos
3333
```
3434
3535
# HANDS-ON LABS
3636
37-
- Lets had over to the [NFS LABS](https://kodekloud.com/courses/873064/lectures/17311763)
37+
- Lets had over to the [NFS LABS](https://kodekloud.com/courses/873064/lectures/17311763)

0 commit comments

Comments
 (0)