-
Bug
-
Resolution: Done
-
Minor
-
RH342 - RHEL8.4-en-3-20230209
-
None
-
False
-
-
False
-
8
-
-
-
en-US (English)
Please fill in the following information:
URL: | ch08s09 |
Reporter RHNID: | carias@redhat.com |
Section title: | Lab: Troubleshooting Application Issues |
Language: | English |
Issue description
In solution step 3.8. the command is shown as:
"ss n -p - t -a | grep -w 3306".
It should be:
"ss -n -p -t -a | grep -w 3306"
without the blank between '' and 't'.
Steps to reproduce:
Workaround:
Expected result: