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.
1 parent bc3df96 commit 06f2611Copy full SHA for 06f2611
articles/storage/files/files-troubleshoot-linux-nfs.md
@@ -110,7 +110,9 @@ sudo rpm qa | grep nfs-utils
110
```bash
111
sudo rpm qa | grep nfs-client
112
```
113
-# [Ubuntu/Debian](#tab/Ubuntu/Debian)
+# [Ubuntu](#tab/Ubuntu)
114
+
115
+Same commands on this section applies for Debian.
116
117
118
sudo dpkg -l | grep -i nfs-common
@@ -142,8 +144,9 @@ sudo dnf install nfs-utils
142
144
sudo zypper install nfs-client
143
145
146
147
148
149
150
151
152
sudo apt update
0 commit comments