Menu

Monday, July 4, 2011

List Commands

  • List command Syntax.
  • # ls [option] [file]
  • # ll [option] [file]
  • Frequently Asked Questions in Remove Command
  • 1. How to list all the files including hidden files?
    • Syntax
    • # ls –a
    • The above command list all the files including hidden files in the current directory.
    • # ll –a
    • The above command list all the files including hidden files in the current directory with lot more information.