830a0c2
.TH E2LS 1 "March 2, 2005"
830a0c2
.\"
830a0c2
.SH NAME
830a0c2
e2ls \- list files and directories on an ext2 filesystem
830a0c2
.\"
830a0c2
.SH SYNOPSIS
830a0c2
.B e2ls
830a0c2
.RI [ options ] " file_specification"
830a0c2
.\"
830a0c2
.SH DESCRIPTION
830a0c2
The \fBe2ls\fP command is used to list files and directories on an ext2
830a0c2
filesystem.
830a0c2
.PP
830a0c2
Note: Files deleted via e2rm sometimes will show up even without the -D
830a0c2
option. It is being investigated.
830a0c2
.\"
830a0c2
.SH OPTIONS
830a0c2
.TP
830a0c2
.B \-a
830a0c2
Show hidden directories.
830a0c2
.TP
830a0c2
.B \-c
830a0c2
Sort by creation time (must include -t when using -l).
830a0c2
.TP
830a0c2
.B \-d \fIdir\fP
830a0c2
Open the ext2 filesystem specified by dir.
830a0c2
.TP
830a0c2
.B \-D
830a0c2
Show deleted files bracketed with ><.
830a0c2
.TP
830a0c2
.B \-f
830a0c2
No sorting of the file list.
830a0c2
.TP
830a0c2
.B \-i
830a0c2
Show the inodes (very useful for the -l option).
830a0c2
.TP
830a0c2
.B \-l
830a0c2
Long listing.
830a0c2
.TP
830a0c2
.B \-r
830a0c2
Reverse the sort order.
830a0c2
.TP
830a0c2
.B \-t
830a0c2
Sort by time.
830a0c2
.\"
830a0c2
.SH SEE ALSO
830a0c2
.BR e2tools (7),
830a0c2
.BR e2ln (1),
830a0c2
.BR e2mv (1),
830a0c2
.BR e2mkdir (1),
830a0c2
.BR e2cp (1),
830a0c2
.BR e2rm (1),
830a0c2
.BR e2tail (1).
830a0c2
.\"
830a0c2
.SH AUTHOR
830a0c2
The \fBe2tools\fP were written by Keith Sheffield <sheff@pobox.com>.
830a0c2
.PP
830a0c2
This manual page was written by Lucas Wall <lwall@debian.org>,
830a0c2
for the Debian project (but may be used by others).