如何在linux服务器上正确且安全的删除软连接?
例子:
touch abc.txt
touch zzz.txt
echo 'test test test' > zzz.txt
ln -s zzz.txt linkname
示例图:
软连接已生效,可
例子:
touch abc.txt
touch zzz.txt
echo 'test test test' > zzz.txt
ln -s zzz.txt linkname
示例图:
软连接已生效,可
更新时间:2024-05-17
阅读( 29 )
编辑:佚名