linux 连接命令

连接命令 ln (link) 语法 ln -s [源文件】 【目标文件】 -s 建立软链接web 示例svg // 软连接 (至关于快捷方式) ln -s /etc/issue /tmp/new.soft ls -l /tmp/new.soft > lrwxrwxrwx 1 root root 10 3月 7 23:39 /tmp/new.soft -> /etc/issue 大小 10 字节 软
相关文章
相关标签/搜索