|
NAMEe2ln - create hard links on an ext2 filesystemSYNOPSISe2ln [options] source destinationDESCRIPTIONThe e2ln command is used to create hard links on an ext2 filesystem.OPTIONS
Note: creating symlinks is not operational at this time. EXAMPLESThis 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 SEE ALSOe2tools(7), e2mv(1), e2ls(1), e2mkdir(1), e2cp(1), e2rm(1), e2tail(1).AUTHORThe e2tools were written by Keith Sheffield <sheff@pobox.com>.This manual page was written by Lucas Wall <lwall@debian.org>, for the Debian project (but may be used by others).
Visit the GSP FreeBSD Man Page Interface. |