Linux符號鏈接的層數過多

坑:使用Centos 建立軟鏈接時提示錯:
ln-s 建立符號連接的時候必定要使用絕對路徑,centos

[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
相關文章
相關標籤/搜索