Skip to content

Commit a1ed2e7

Browse files
authored
small typo - lab8-samba.md (#2812)
missing 'f' in smb.conf
1 parent 0811caa commit a1ed2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/labs/networking/lab8-samba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ In this exercise, we'll try accessing the new Samba share from the same system.
187187
188188
#### To adjust share permissions
189189
190-
1. Make the "Shared" samba share definition read-only. This can be done by changing the value of the writable parameter from yes to no in the smb.con configuration file. Let's use a `sed` onliner to accomplish this by running:
190+
1. Make the "Shared" samba share definition read-only. This can be done by changing the value of the writable parameter from yes to no in the smb.conf configuration file. Let's use a `sed` onliner to accomplish this by running:
191191

192192
```bash
193193
sudo sed -i'' -E \

0 commit comments

Comments
 (0)