Linux下如何创建和取消软连接
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
建立软连接:
ln -s /usr/nodejs/bin/npm /usr/local/bin/
ln -s /usr/nodejs/bin/node /usr/local/bin/
删除软连接:
rm -rf /usr/local/bin/node
注意:取消软连接最后没有/,rm -rf 软连接。加上/是删除文件夹
可以看到,加上/并没有成功删除软连接,如果文件夹在此目录下,将会删除目录。
问题发现于CentOS下安装node.js,建立软连接变为全局时。点击查看。
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献17条内容
所有评论(0)