Skip to content

Commit eadb838

Browse files
Merge pull request #233376 from msaenzbosupport/patch-12
[Doc-A-Thon] Adding Sudo
2 parents 335f3f2 + 9b5526a commit eadb838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/blobfuse2-commands-unmount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There are no flags only supported by the unmount command.
5353
1. Unmount a BlobFuse2 mount instance:
5454

5555
```bash
56-
blobfuse2 unmount ./mount_path
56+
sudo blobfuse2 unmount ./mount_path
5757
```
5858

5959
(Alternatively, you can use a native Linux command to do the same):
@@ -65,7 +65,7 @@ There are no flags only supported by the unmount command.
6565
1. Unmount all BlobFuse2 mount points (see also [The BlobFuse2 unmount all command](blobfuse2-commands-unmount-all.md)):
6666

6767
```bash
68-
blobfuse2 unmount all
68+
sudo blobfuse2 unmount all
6969
```
7070

7171
## See also

0 commit comments

Comments
 (0)