概述
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所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复