我是靠谱客的博主 称心冬瓜,这篇文章主要介绍Linux命令-文件系统管理-ln,现在分享给大家,希望可以做个参考。

1 需求


2 语法

C:>adb shell ln --help
Toybox 0.8.4-android multicall binary: https://landley.net/toybox (see toybox --help)
usage: ln [-sfnv] [-t DIR] [FROM...] TO
Create a link between FROM and TO.
One/two/many arguments work like "mv" or "cp".
-s
Create a symbolic link
-f
Force the creation of the link, even if TO already exists
-n
Symlink at TO treated as file
-r
Create relative symlink from -> to
-t
Create links in DIR
-T
TO always treated as file, max 2 arguments
-v
Verbose

3 示例


4 参考资料

最后

以上就是称心冬瓜最近收集整理的关于Linux命令-文件系统管理-ln的全部内容,更多相关Linux命令-文件系统管理-ln内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(52)

评论列表共有 0 条评论

立即
投稿
返回
顶部