Skip to content

Commit 501e0c2

Browse files
Update storage-how-to-use-files-linux.md
1 parent 3fe69ad commit 501e0c2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,38 +45,39 @@ uname -r
4545
The cifs-utils package can be installed using the package manager on the Linux distribution of your choice.
4646

4747

48-
# [Ubuntu](#tab/Ubuntu)
48+
# [Ubuntu](#tab/Ubuntu)
4949

50-
On **Ubuntu** and **Debian**, use the `apt` package manager:
50+
On **Ubuntu** and **Debian**, use the `apt` package manager:
5151

5252
```bash
5353
sudo apt update
5454
sudo apt install cifs-utils
5555
```
56-
# [RHEL](#tab/RHEL)
56+
# [RHEL](#tab/RHEL)
5757

5858
Same applies for CentOS or Oracle Linux
5959

60-
On **Red Hat Enterprise Linux 8+** use the `dnf` package manager:
60+
On **Red Hat Enterprise Linux 8+** use the `dnf` package manager:
6161

6262
```bash
6363
sudo dnf install cifs-utils
6464
```
6565

66-
On older versions of **Red Hat Enterprise Linux** use the `yum` package manager:
66+
On older versions of **Red Hat Enterprise Linux** use the `yum` package manager:
6767

6868
```bash
6969
sudo yum install cifs-utils
7070
```
71-
# [SLES](#tab/SLES)
71+
# [SLES](#tab/SLES)
7272

73-
On **SUSE Linux Enterprise Server**, use the `zypper` package manager:
73+
On **SUSE Linux Enterprise Server**, use the `zypper` package manager:
7474

7575
```bash
7676
sudo zypper install cifs-utils
7777
```
7878
---
79-
On other distributions, use the appropriate package manager or [compile from source](https://wiki.samba.org/index.php/LinuxCIFS_utils#Download).
79+
80+
On other distributions, use the appropriate package manager or [compile from source](https://wiki.samba.org/index.php/LinuxCIFS_utils#Download).
8081

8182
* **The most recent version of the Azure Command Line Interface (CLI).** For more information on how to install the Azure CLI, see [Install the Azure CLI](/cli/azure/install-azure-cli) and select your operating system. If you prefer to use the Azure PowerShell module in PowerShell 6+, you may; however, the instructions in this article are for the Azure CLI.
8283

0 commit comments

Comments
 (0)