Skip to content

Commit 41fa5d0

Browse files
Acrolinx
1 parent dced491 commit 41fa5d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To check if the NFS package is installed, run:
100100

101101
# [RHEL](#tab/RHEL)
102102

103-
Same commands on this section applies for CentOS and Oracle Linux.
103+
Same commands on this section apply for CentOS and Oracle Linux.
104104

105105
```bash
106106
sudo rpm -qa | grep nfs-utils
@@ -112,7 +112,7 @@ sudo rpm -qa | grep nfs-client
112112
```
113113
# [Ubuntu](#tab/Ubuntu)
114114

115-
Same commands on this section applies for Debian.
115+
Same commands on this section apply for Debian.
116116

117117
```bash
118118
sudo dpkg -l | grep nfs-common
@@ -125,7 +125,7 @@ If the package isn't installed, install the package using your distro-specific c
125125

126126
# [RHEL](#tab/RHEL)
127127

128-
Same commands on this section applies for CentOS and Oracle Linux.
128+
Same commands on this section apply for CentOS and Oracle Linux.
129129

130130
Os Version 7.X
131131

@@ -146,7 +146,7 @@ sudo zypper install nfs-client
146146

147147
# [Ubuntu](#tab/Ubuntu)
148148

149-
Same commands on this section applies for Debian.
149+
Same commands on this section apply for Debian.
150150

151151
```bash
152152
sudo apt update

0 commit comments

Comments
 (0)