Skip to content

Commit

Permalink
Merge pull request kodekloudhub#7 from andrescaroc/patch-1
Browse files Browse the repository at this point in the history
Update 04-DAS-NAS-and-SAN.md
  • Loading branch information
mmumshad authored Jan 6, 2021
2 parents f71892a + a745d7f commit 81391c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/08-Storage-in-Linux/04-DAS-NAS-and-SAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- Lets had over to the [NFS LABS](https://kodekloud.com/courses/873064/lectures/17311763)

0 comments on commit 81391c0

Please sign in to comment.