English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux lndir Command

Linux Command大全

The Linux lndir command is used to link directory contents.

Execute the lndir command to create corresponding symbolic links for all files and subdirectories under the source directory at once.

Syntax

lndir [-ignorelinks][-silent][Source Directory][Destination Directory]

Parameters:

  • -ignorelinks Directly create symbolic links for symbolic links.
  • -silent Do not display the execution process of the command.

Online Examples

Create links for all files or subdirectories under the directory:

lndir /home/uptech abc

Linux Command大全