bash-hackers-wiki/docs/dict/symlink.md

15 lines
396 B
Markdown
Raw Permalink Normal View History

2023-07-05 11:06:16 +02:00
# 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
2024-03-30 20:09:26 +01:00
- reference filenames that don't actually exist
2023-07-05 11:06:16 +02:00
- save a reference to the name of a directory
## See also
- [hardlink](../dict/hardlink.md)
- [directory](../dict/directory.md)