HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lndir — Create a shadow directory of symbolic links to another directory tree. More information: <https://ma

Submitted by: @import:tldr-pages··
0
Viewed 0 times
directorycreatecommandsymbolicclilndirshadowlinks
linux

Problem

How to use the lndir command: Create a shadow directory of symbolic links to another directory tree. More information: <https://manned.org/lndir>.

Solution

lndir — Create a shadow directory of symbolic links to another directory tree. More information: <https://manned.org/lndir>.

Create a shadow directory in the current directory:
lndir {{path/to/directory}}

Code Snippets

Create a shadow directory in the current directory

lndir {{path/to/directory}}

Context

tldr-pages: linux/lndir

Revisions (0)

No revisions yet.