The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-24-2005
Just Ice's Avatar
Just Ice Just Ice is offline
Lights on, brain off.
 

Join Date: Mar 2005
Location: in front of my computer
Posts: 627
Quote:
Originally Posted by jim mcnamara
ls -l

or ll (lowercase L)

give the "long" version of a file names with protections, size, file owner, and date
be aware that "ll" is specific to some os --- you might want to stick to "ls -l" ...
Reply With Quote