lio_ln
Synopsis
lio_ln [LIO_COMMON_OPTIONS] [-s] [-f] source_file linked_dest_file
Description
Make hard and symbolic links between files. By default the source file should exist. Hard and symbolic linking to files outside of the current L-Store mount are not allowed. Symbolic linking outside the L-Store mount is allowed if the -f option is used.
Options
- -s
- Make symbolic links instead of hard links
- -f
- Force the link creation even if source doesn’t exist. Only used for symbolic links.
Bugs
Please report any bugs to support@lstore.org.