关于linux软连接

创建软连接
ln -s abc.txt abc
image
使用可查询当前目录下所有软连接
find -type l -exec ls -l {} \;
image

取消/删除 软连接(建议)
unlink ./abc
image

posted @ 2023-02-26 18:57  rainsc  阅读(13)  评论(0编辑  收藏  举报