rm -r 是否遵循符号链接?

ncm*_*ist 13 unix bash

如果我在目录的某个子树中有符号链接并决定递归删除目录及其内容,那会删除树中符号链接的项目吗?

小智 16

从人文件

$ man rm

...
The rm utility removes symbolic links, not the files referenced by the links.
...
Run Code Online (Sandbox Code Playgroud)

版本 OS X 10.8.2

看看这个超级用户问题