Archive for the 'UNIX' Category

Common UNIX Commands

I just decied to look for a few commonly used UNIX command.

  1. cd - Change Directory. (Just like in dos)
  2. mkdir - Make Directory.
  3. rmdir - Removes a Directory that is empty!
  4. ls - List directory. (Like dir in Windows)

Continue Reading »

Posted on August 29th 2007 by admin

Filed under UNIX | No Comments »

25 useful commands in Linux/UNIX for Beginners

25)host

host is a simple utility for performing DNS lookups. It is normally used to convert names to IP addresses and vice versa. When no arguments or options are given, host prints a short summary of its command line arguments and options.

Continue Reading »

Posted on August 23rd 2007 by admin

Filed under linux, UNIX | No Comments »