bash-hackers-wiki/docs/dict/symlink.md
2024-03-30 14:09:26 -05:00

16 lines
454 B
Markdown

# Symlink
A symlink (symbolic link) is a \"normal\" file, which contains a pointer
to another filename. Since it really only points to another **filename**
it can
- reference filenames on other filesystems
- reference filenames that don't actually exist
- save a reference to the name of a directory
## See also
- [hardlink](../dict/terms/hardlink.md)
- [filesystem](../dict/terms/filesystem.md)
- [directory](../dict/terms/directory.md)