1E2LS(1) General Commands Manual E2LS(1)
2
3
4
6 e2ls - list files and directories on an ext2 filesystem
7
9 e2ls [options] file_specification
10
12 The e2ls command is used to list files and directories on an ext2
13 filesystem.
14
15 Note: Files deleted via e2rm sometimes will show up even without the -D
16 option. It is being investigated.
17
19 -a Show hidden directories.
20
21 -c Sort by creation time (must include -t when using -l).
22
23 -d dir Open the ext2 filesystem specified by dir.
24
25 -D Show deleted files bracketed with ><.
26
27 -f No sorting of the file list.
28
29 -i Show the inodes (very useful for the -l option).
30
31 -l Long listing.
32
33 -r Reverse the sort order.
34
35 -t Sort by time.
36
38 e2tools(7), e2ln(1), e2mv(1), e2mkdir(1), e2cp(1), e2rm(1), e2tail(1).
39
41 The e2tools were written by Keith Sheffield <sheff@pobox.com>.
42
43 This manual page was written by Lucas Wall <lwall@debian.org>, for the
44 Debian project (but may be used by others).
45
46
47
48 March 2, 2005 E2LS(1)