Skip to content

Commit 1474dda

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ To check if the NFS package is installed, run:
103103
Same commands on this section applies for CentOS and Oracle Linux.
104104

105105
```bash
106-
sudo rpm qa | grep nfs-utils
106+
sudo rpm -qa | grep nfs-utils
107107
```
108108
# [SLES](#tab/SLES)
109109

110110
```bash
111-
sudo rpm qa | grep nfs-client
111+
sudo rpm -qa | grep nfs-client
112112
```
113113
# [Ubuntu](#tab/Ubuntu)
114114

0 commit comments

Comments
 (0)