Skip to content

Commit 1ded8d5

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

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -47,34 +47,34 @@ uname -r
4747

4848
# [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

52-
```bash
53-
sudo apt update
54-
sudo apt install cifs-utils
55-
```
52+
```bash
53+
sudo apt update
54+
sudo apt install cifs-utils
55+
```
5656
# [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

62-
```bash
63-
sudo dnf install cifs-utils
64-
```
62+
```bash
63+
sudo dnf install cifs-utils
64+
```
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

68-
```bash
69-
sudo yum install cifs-utils
70-
```
68+
```bash
69+
sudo yum install cifs-utils
70+
```
7171
# [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

75-
```bash
76-
sudo zypper install cifs-utils
77-
```
75+
```bash
76+
sudo zypper install cifs-utils
77+
```
7878
---
7979

8080
On other distributions, use the appropriate package manager or [compile from source](https://wiki.samba.org/index.php/LinuxCIFS_utils#Download).
@@ -267,7 +267,7 @@ To dynamically mount a file share with the `autofs` utility, install it using th
267267
268268
# [Ubuntu](#tab/Ubuntu)
269269
270-
On **Ubuntu** and **Debian** distributions, use the `apt` package manager:
270+
On Ubuntu and Debian distributions, use the `apt` package manager:
271271
272272
```bash
273273
sudo apt update
@@ -277,20 +277,20 @@ sudo apt install autofs
277277
278278
Same applies for CentOS or Oracle Linux
279279
280-
On **Red Hat Enterprise Linux 8+**, use the `dnf` package manager:
280+
On Red Hat Enterprise Linux 8+, use the `dnf` package manager:
281281
```bash
282282
sudo dnf install autofs
283283
```
284284
285-
On older versions of **Red Hat Enterprise Linux**, use the `yum` package manager:
285+
On older versions of Red Hat Enterprise Linux, use the `yum` package manager:
286286
287287
```bash
288288
sudo yum install autofs
289289
```
290290
291291
# [SLES](#tab/SLES)
292292
293-
On **SUSE Linux Enterprise Server**, use the `zypper` package manager:
293+
On SUSE Linux Enterprise Server, use the `zypper` package manager:
294294
```bash
295295
sudo zypper install autofs
296296
```

0 commit comments

Comments
 (0)