1E2RM(1) User commands E2RM(1)
2
3
4
6 e2rm - removes files and directories on an ext2 filesystem
7
9 e2rm [options] files...
10
12 The e2rm command removes files and directories on an ext2 filesystem.
13
15 -r Recursively delete files if a directory name is given.
16
17 -v Be verbose.
18
19 Note
20 This program expects to have a full ext2 file specification for each
21 argument.
22
24 Remove a file
25
26 e2rm -v boot.img:/boot/grub/grub.c1 /boot/grub/grub.c2
27
28 Remove a directory and all the files
29
30 e2rm -r boot.img:/boot/grub
31
33 e2tools(7), e2ln(1), e2ls(1), e2mkdir(1), e2cp(1), e2mv(1), e2tail(1).
34
36 The e2tools were written by Keith Sheffield <sheff@pobox.com>.
37
38 This manual page was written by Lucas Wall <lwall@debian.org>, for the
39 Debian project (but may be used by others).
40
41
42
43Linux 2020-02-05 E2RM(1)