gpt4 book ai didi

linux - 恢复 Snow Leopard 上文档的符号链接(symbolic link)

转载 作者:太空宇宙 更新时间:2023-11-04 11:30:51 25 4
gpt4 key购买 nike

问题:将别名恢复到其原始目的地

在终端中它看起来像这样:

Documents -> /Users/[Username]/Documents

如何将它改成原来的样子?现在它只是一个别名。

最佳答案

解决任务(来自问题下的讨论):

The directory already exist (i.e., Documents) and is located
in /Users/[Username]/Documents. I just want to remove the link
and instead put the directory there

您需要执行以下操作:

$ rm Documents
$ mv /Users/[Username]/Documents .

但首先要检查你是否真的删除了链接:

$ ls -ld Documents

输出中字符串的第一个字母必须是l(用于符号链接(symbolic link))。

关于linux - 恢复 Snow Leopard 上文档的符号链接(symbolic link),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11398753/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com