Skip to content

Commit a0f234c

Browse files
authored
Merge pull request #42778 from ob/patch-1
Fix wrong package manager
2 parents 3ccb27a + b81dd96 commit a0f234c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ uname -r
4848
sudo dnf install cifs-utils
4949
```
5050

51-
On older versions of **Red Hat Enterprise Linux** and **CentOS**, use the `dnf` package manager:
51+
On older versions of **Red Hat Enterprise Linux** and **CentOS**, use the `yum` package manager:
5252

5353
```bash
5454
sudo yum install cifs-utils
@@ -278,4 +278,4 @@ See these links for more information about Azure Files:
278278
279279
* [Planning for an Azure Files deployment](storage-files-planning.md)
280280
* [FAQ](../storage-files-faq.md)
281-
* [Troubleshooting](storage-troubleshoot-linux-file-connection-problems.md)
281+
* [Troubleshooting](storage-troubleshoot-linux-file-connection-problems.md)

0 commit comments

Comments
 (0)