linux查看命令链接真实地址

使用命令可查看path中的命令指向的真实地址

ls -l ${command}

可以使用命令建立命令软连接

alternatives --set python /usr/bin/python2
posted @ 2022-01-02 15:09  小小记录本  阅读(936)  评论(0编辑  收藏  举报