1E2LN(1) User commands E2LN(1)
2
3
4
6 e2ln - create hard links on an ext2 filesystem
7
9 e2ln [options] source destination
10
12 The e2ln command is used to create hard links on an ext2 filesystem.
13
15 -f Force the operation to remove any existing files.
16
17 -s Create a symlink.
18
19 -v Be verbose.
20
21 Note: creating symlinks is not operational at this time.
22
24 This will remove `/data/process_status` if it exists and isn't already
25 a hard link to `/data/info/status`.
26
27 e2ln -vf /dev/hdb1:/data/info/status /data/process_status
28
29
31 e2tools(7), e2mv(1), e2ls(1), e2mkdir(1), e2cp(1), e2rm(1), e2tail(1).
32
34 The e2tools were written by Keith Sheffield <sheff@pobox.com>.
35
36 This manual page was written by Lucas Wall <lwall@debian.org>, for the
37 Debian project (but may be used by others).
38
39
40
41Linux 2020-02-05 E2LN(1)