1E2TAIL(1) General Commands Manual E2TAIL(1)
2
3
4
6 e2tail - a basic version of the tail command for an ext2 filesystem
7
9 e2tail [options] file
10
12 The e2tail command implements a basic version of the tail command.
13
15 -n num_lines
16 The number of lines to display
17
18 -f Output appended data as the file grows. This is inode depenā
19 dent, so if the file is renamed, it will keep checking it.
20
21 -F Output appended data as the file grows. This is file name
22 dependent, so if the file is renamed, it will check on any new
23 files with the same name as the original. This is useful for
24 watching log files that may be rotated out occasionally. This
25 was requested by a person in the computer security field for
26 monitoring 'honeypot' type machines.
27
28 -s sleep_interval
29 The number of seconds to sleep before checking if the file has
30 grown while in 'follow' mode. The default is 1.
31
33 e2tools(7), e2ln(1), e2ls(1), e2mkdir(1), e2cp(1), e2rm(1), e2mv(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
43 March 2, 2005 E2TAIL(1)