with Tags:
top
X

Useful Linux command examples - Part I
Various Linux distributions these days have started rolling out fancy GUIs to attract end users. Though this is a good strategy but working on Linux without understanding and using command line utilities is still not possible. Some one who uses Linux should know at least some basic commands that are required every now and then to accomplish trivial tasks. So, In this article, we will discuss a few commonly used (but must know) Linux commands with an example for each.
1. Linux ps command This command is used to provide information on the... [More]
Tags:  ifconfig top netcat(nc) locate netcat ps command linux |
htop - Monitor Linux processes in real time
The htop utility in Linux allows you to interactively monitor the processes in real time. It's very similar to top but has some extra features that makes it an even better command line utility for process monitoring. Here is an excerpt from the man page of htop : Htop is a free (GPL) ncurses-based process viewer for Linux. It is similar to top, but allows you to scroll vertically and horizon‐ tally, so you can see all the processes running on the system, along with their full command lines. Tasks related to processes (killing, ... [More]
Tags:  top linux monitor process htop |