We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ccb27a + b81dd96 commit a0f234cCopy full SHA for a0f234c
articles/storage/files/storage-how-to-use-files-linux.md
@@ -48,7 +48,7 @@ uname -r
48
sudo dnf install cifs-utils
49
```
50
51
- On older versions of **Red Hat Enterprise Linux** and **CentOS**, use the `dnf` package manager:
+ On older versions of **Red Hat Enterprise Linux** and **CentOS**, use the `yum` package manager:
52
53
```bash
54
sudo yum install cifs-utils
@@ -278,4 +278,4 @@ See these links for more information about Azure Files:
278
279
* [Planning for an Azure Files deployment](storage-files-planning.md)
280
* [FAQ](../storage-files-faq.md)
281
-* [Troubleshooting](storage-troubleshoot-linux-file-connection-problems.md)
+* [Troubleshooting](storage-troubleshoot-linux-file-connection-problems.md)
0 commit comments