Skip to content

Commit 06f2611

Browse files
Update files-troubleshoot-linux-nfs.md
1 parent bc3df96 commit 06f2611

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/storage/files/files-troubleshoot-linux-nfs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ sudo rpm qa | grep nfs-utils
110110
```bash
111111
sudo rpm qa | grep nfs-client
112112
```
113-
# [Ubuntu/Debian](#tab/Ubuntu/Debian)
113+
# [Ubuntu](#tab/Ubuntu)
114+
115+
Same commands on this section applies for Debian.
114116

115117
```bash
116118
sudo dpkg -l | grep -i nfs-common
@@ -142,8 +144,9 @@ sudo dnf install nfs-utils
142144
sudo zypper install nfs-client
143145
```
144146

145-
# [Ubuntu/Debian](#tab/Ubuntu/Debian)
147+
# [Ubuntu](#tab/Ubuntu)
146148

149+
Same commands on this section applies for Debian.
147150

148151
```bash
149152
sudo apt update

0 commit comments

Comments
 (0)