Listing Files and Directories in Unix
Make sure you have logged in to an SSH Client and are at the Unix terminal. Instructions on how to log in to an SSH Client can be found at the Help page.
To submit a command line in Unix, press Enter.
Filenames in Unix can contain up to 255 letters, digits, and punctuation characters.
To list files in your directory, enter
ls.To list all files including those that start with a period, enter
ls -a.To view file sizes and file permissions in addition to the file names, enter
ls -l.To list all files and view file sizes and permissions, enter
ls -al.
Last updated February 12, 2013 @ 4:00 pm

