Linux符号连接的层数过多

坑:使用Centos 创建软连接时提示错:
ln-s 创建符号链接的时候一定要使用绝对路径,

    [cqs@centos7 boost_1_59_0]$ sudo ln -s boost /usr/local/boost
    解决方案:
    [cqs@centos7 boost_1_59_0]$ pwd
    /home/cqs/soft/boost/boost_1_59_0
    [cqs@centos7 boost_1_59_0]$ sudo ln -s /home/cqs/soft/boost/boost_1_59_0/boost/ /usr/local/boost
上一篇:基于springboot的ShardingSphere5.X的分库分表的解决方案之自动时间段分片算法解决方案(二十四)


下一篇:程序员需知的 59 个网站