Skip to content

Commit 3e3080d

Browse files
committed
Typo
1 parent 025feec commit 3e3080d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-how-to-use-files-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ms.subservice: files
9797
9898
1. **[Install the cifs-utils package for your Linux distribution](#install-cifs-utils)**.
9999
100-
1. **Create a folder for the mount point**: A folder for a mount point can be created anywhere on the file system, but it's common convention to create this under the a new folder. Wherever you create this, note the absolute path of the folder. For example, the following command creates a new directory, replace **<storage_account_name>** and **<file_share_name>** with the appropriate information for your environment.
100+
1. **Create a folder for the mount point**: A folder for a mount point can be created anywhere on the file system, but it's common convention to create this under a new folder. Wherever you create this, note the absolute path of the folder. For example, the following command creates a new directory, replace **<storage_account_name>** and **<file_share_name>** with the appropriate information for your environment.
101101

102102
```bash
103103
sudo mkdir -p <storage_account_name>/<file_share_name>

0 commit comments

Comments
 (0)