e2ln - create hard links on an ext2 filesystem
Contents
Description
The e2ln command is used to create hard links on an ext2 filesystem.
Examples
This will remove `/data/process_status` if it exists and isn't already a hard link to
`/data/info/status`.
e2ln -vf /dev/hdb1:/data/info/status /data/process_status
Name
e2ln - create hard links on an ext2 filesystem
Options
-f Force the operation to remove any existing files.
-s Create a symlink.
-v Be verbose.
Note: creating symlinks is not operational at this time.
See Also
e2tools(7), e2mv(1), e2ls(1), e2mkdir(1), e2cp(1), e2rm(1), e2tail(1).
Synopsis
e2ln [options] sourcedestination
