Posts tagged as:

netstat command

Q. How do I display summary statistics for each protocol on Linux ? A. Using netstat command to display summary statistics for each protocol.

{ 0 comments }

How Do I Find Hidden Processes and Ports ?

by lifeLinux on December 30, 2011

Unhide is a forensic tool to find hidden processes and TCP/UDP ports by rootkits / LKMs or by another hidden technique.

{ 0 comments }

10 lsof Command Examples

by lifeLinux on May 14, 2011

The lsof command or “list open files” command in Linux is a powerful tool. In Linux and Unix everything behind the scenes are just files. This includes IP sockets, pipes, unix sockets, directories, devices, even inodes are just files. This means that lsof can actually tell you a lot of information of what is going […]

{ 0 comments }