Linux symlinks命令

更新时间: 2019-10-16 12:40

Linux symlinks命令用于维护符号连接的工具程序。

symlinks可检查目录中的符号连接,并显示符号连接类型。以下为symlinks可判断的符号连接类型:

  • absolute:符号连接使用了绝对路径。
  • dangling:原始文件已经不存在。
  • lengthy:符号连接的路径中包含了多余的"../"。
  • messy:符号连接的路径中包含了多余的"/"。
  • other_fs:原始文件位于其他文件系统中。
  • relative:符号连接使用了相对路径。

语法

symlinks [-cdrstv][目录]

参数

  • -c 将使用绝对路径的符号连接转换为相对路径。
  • -d 移除dangling类型的符号连接。
  • -r 检查目录下所有子目录中的符号连接。
  • -s 检查lengthy类型的符号连接。
  • -t 与-c一并使用时,会显示如何将绝对路径的符号连接转换为相对路径,但不会实际转换。
  • -v 显示所有类型的符号连接。
The Elements of Statistical Learning

The Elements of Statistical Learning

Trevor Hastie、Robert Tibshirani、Jerome Friedman / Springer / 2009-10-1 / GBP 62.99

During the past decade there has been an explosion in computation and information technology. With it have come vast amounts of data in a variety of fields such as medicine, biology, finance, and mark......一起来看看 《The Elements of Statistical Learning》 这本书的介绍吧!

CSS 压缩/解压工具

CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器

在线进制转换器

各进制数互转换器

XML、JSON 在线转换

XML、JSON 在线转换

在线XML、JSON转换工具