Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:file_operations [2022/08/18 17:53] – [Mount CIFS/SMB Share] mgupton | linux:file_operations [2022/08/19 19:26] (current) – [Mount CIFS/SMB Share] mgupton | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| ===== Mount CIFS/SMB Share ===== | ===== Mount CIFS/SMB Share ===== | ||
| <code bash> | <code bash> | ||
| - | sudo mount -t cifs -o username=admin, | + | sudo mount -t cifs -o username=admin,rw, |
| </ | </ | ||