如果我的目录的某个子树中有符号链接,并决定递归删除目录及其内容,那么这会删除树中符号链接的项目吗?
答案1
来自 man 文件
$ man rm
...
The rm utility removes symbolic links, not the files referenced by the links.
...
版本 OS X 10.8.2
看看这个超级用户问题。
如果我的目录的某个子树中有符号链接,并决定递归删除目录及其内容,那么这会删除树中符号链接的项目吗?
来自 man 文件
$ man rm
...
The rm utility removes symbolic links, not the files referenced by the links.
...
版本 OS X 10.8.2
看看这个超级用户问题。