How do I create the netstat logfile on a Linux System?
This discussion has a more recent version.

Issue:
How do I create the netstat logfile on a Linux System?
Resolution:
Follow these steps to create the netstat logfile:
1. Open Terminal
2. Upgrade to Root
3. Insert the following command:
1. Open Terminal
2. Upgrade to Root
3. Insert the following command:
- netstat -anp
4. When you have the following information, please create a text file of it with the following command:
- netstat -anp > example.txt
6. The file will be saved in the directory where you ran the command (you can verify the folder you are in by running the command: pwd)
Article no: 000018382
0 Like