add gio info
This commit is contained in:
16
README.md
16
README.md
@@ -307,3 +307,19 @@ autologin-user-timeout=5
|
|||||||
#greeter-session=unity-greeter
|
#greeter-session=unity-greeter
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## gio
|
||||||
|
|
||||||
|
### mount samba share
|
||||||
|
```bash
|
||||||
|
#/home/username/.credentials
|
||||||
|
#username
|
||||||
|
#SAMBA
|
||||||
|
#password
|
||||||
|
gio mount smb://server/share < /home/username/.credentials
|
||||||
|
```
|
||||||
|
|
||||||
|
### unmount
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gio mount -u smb://server/share
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user