Linux lndir命令
Linux 教程
· 2019-02-15 10:12:40
Linux lndir命令用于连接目录内容。
执行lndir指令,可一口气把源目录底下的文件和子目录统统建立起相互对应的符号连接。
语法
lndir [-ignorelinks][-silent][源目录][目的目录]
参数:
- -ignorelinks 直接建立符号连接的符号连接。
- -silent 不显示指令执行过程。
实例
给目录下所有的文件或者子文件目录建立链接:
lndir /home/uptech abc
点击查看所有 Linux 教程 文章: https://codercto.com/courses/l/14.html
Design and Analysis of Distributed Algorithms (Wiley Series on P
Nicola Santoro / Wiley-Interscience / 2006-10-27 / USD 140.95
This text is based on a simple and fully reactive computational model that allows for intuitive comprehension and logical designs. The principles and techniques presented can be applied to any distrib......一起来看看 《Design and Analysis of Distributed Algorithms (Wiley Series on P》 这本书的介绍吧!