bash: /etc/ld.so.conf: Permission denied

来源:互联网 发布:诺亚 知乎 编辑:程序博客网 时间:2024/05/28 11:50

输入:

sudo echo '/usr/local/lib' >> /etc/ld.so.conf 

报错:

bash: /etc/ld.so.conf: Permission denied

解决:

sudo sh -c "echo '/usr/local/lib' >> /etc/ld.so.conf"