Command Line Basics: Monitor Processes With Top

February 28, 2010 by Linerd · 1 Comment
Filed under: HowTo, command line, linux 

There are many different GUI based process monitors available for Linux systems. It seems that each desktop environment or window manager has its own solution. The one common process monitor is the command line terminal based top command.

Give it a try. To run top, simply open a terminal window and enter: Read more

Command Line Basics: Count Files

January 21, 2010 by Linerd · 3 Comments
Filed under: HowTo, command line, linux 

You may have an occasion that you want to know the number of files in a directory. There are a couple of simple ways to do this. The first way is to list the files with ls and count them with wc. No, wc doesn't stand for the place you go to relieve yourself; in this case, it stands for word count. The command looks like this: Read more

Next Page »