1E2LS(1) User commands 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
16 Files deleted via e2rm(1) sometimes will show up even without the -D
17 option. It is being investigated.
18
20 -a Show hidden directories.
21
22 -c Sort by creation time (must include -t when using -l).
23
24 -d dir Open the ext2 filesystem specified by dir.
25
26 -D Show deleted files bracketed with ><.
27
28 -f No sorting of the file list.
29
30 -i Show the inodes (very useful for the -l option).
31
32 -l Long listing.
33
34 -n Like -l, but list numeric user and group IDs.
35
36 -r Reverse the sort order.
37
38 -t Sort by time.
39
40 -Z List SELinux label from extended attributes.
41
43 e2ls -a boot.img:.
44 e2ls -l /dev/hdb1:/data
45
47 e2tools(7), e2ln(1), e2mv(1), e2mkdir(1), e2cp(1), e2rm(1), e2tail(1).
48
50 The e2tools were written by Keith Sheffield <sheff@pobox.com>.
51
52 This manual page was written by Lucas Wall <lwall@debian.org>, for the
53 Debian project (but may be used by others).
54
55
56
57Linux 2020-02-05 E2LS(1)