Remove a symlink to a directory

前端 未结 11 1005
情深已故
情深已故 2020-12-02 03:16

I have a symlink to an important directory. I want to get rid of that symlink, while keeping the directory behind it.

I tried rm and get back rm

11条回答
  •  借酒劲吻你
    2020-12-02 03:55

    If rm cannot remove a symlink, perhaps you need to look at the permissions on the directory that contains the symlink. To remove directory entries, you need write permission on the containing directory.

提交回复
热议问题