accumulated collection of notes about my server shenanigans
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update nfs.md

ollie 005869c4 5b35ac0e

+3 -3
+3 -3
nfs.md
··· 27 27 ```sh 28 28 exportfs -arv 29 29 ``` 30 - -a -> all 31 - -r -> reexport 32 - -v -> list exported shares 30 + -a -> all 31 + -r -> reexport 32 + -v -> list exported shares 33 33 34 34 35 35 #### Client