|
|||||
Commands and references ( GNU / linux kernel 2.4.18-3 and
2.4.18-14 )
Linux is a registered trademark of Linus Torvalds The commands with their most common usage are in brackets like this: [ command ]. Don't type the brackets, just what is inside of them. Back to the index page |
|||||
|
Display verbose info about network status. The information displayed by this command will likely be quite long. [ netstat ] try this: [ netstat -p | more ] you can scroll through the output or this: [ netstat -p > network_status ] sends output to the file named network_status also, as root [ netstat -npa | more ] will show processes running on ports first then others as you scroll. Be careful as root user, you can damage your system. |
|||||
|
Perpetual PC's home page Perpetual PC's link page |