Next:
Changing directories
Up:
Basic operations
Previous:
The UNIX filesystem
List details about files
ls
List the files in the current directory
ls -l
List the files in the current directory, including hidden files
ls -a
List the files in the current directory, including owner, group, and permissions
ls /var
List the files in the directory
/var
Matt Disney 2005-09-14