Skip to content

Commit a745d7f

Browse files
authored
Update 04-DAS-NAS-and-SAN.md
there was a typo in exportfs command twice
1 parent f71892a commit a745d7f

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)