Skip to content

Commit 16b9709

Browse files
Update files-troubleshoot-linux-nfs.md
1 parent db40d43 commit 16b9709

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ Before running the `mount` command, install the nfs-utils, nfs-client or the nfs
9898

9999
To check if the NFS package is installed, run:
100100

101-
# [RHEL/CentOS/OracleLinux](#tab/RHEL/CentOS/OracleLinux)
101+
# [RHEL](#tab/RHEL)
102+
103+
Same commands on this section applies for CentOS and Oracle Linux.
102104

103105
```bash
104106
sudo rpm qa | grep nfs-utils
@@ -118,7 +120,9 @@ sudo dpkg -l | grep -i nfs-common
118120

119121
If the package isn't installed, install the package using your distro-specific command.
120122

121-
# [RHEL-CentOS-OracleLinux](#tab/RHEL-CentOS-OracleLinux)
123+
# [RHEL](#tab/RHEL)
124+
125+
Same commands on this section applies for CentOS and Oracle Linux.
122126

123127
Os Version 7.X
124128

@@ -131,7 +135,7 @@ OS Version 8.X or 9.X
131135
sudo dnf install nfs-utils
132136
```
133137

134-
# [SLES](#tab/SLES)
138+
# [SLES](#tab/SLES)
135139

136140
```bash
137141
sudo zypper install nfs-client

0 commit comments

Comments
 (0)