gpt4 book ai didi

macos - 在 Mac 上使用终端打开 "Opt"文件夹

转载 作者:行者123 更新时间:2023-12-05 00:49:41 110 4
gpt4 key购买 nike

所以这是一个简单的问题,其答案已被证明是难以捉摸的。我最近安装了一个需要添加一些文件的文件夹。该文件夹存储在“opt”文件夹中,我认为它很简单:

我的用户名 ~/opt/文件夹名

但我似乎找不到“选择”。我可以在 Finder 中查看文件,但我需要创建一些文件,我宁愿在命令行上执行此操作。谁能给我一些访问它的提示吗?

最佳答案

  • OSX中的opt文件夹默认是隐藏的
  • 要使其在 Finder 中可见,您需要运行此命令
    defaults write com.apple.finder AppleShowAllFiles YES;

    killall Finder /System/Library/CoreServices/Finder.app;
  • 接下来,转到 Finder,然后单击 Macintosh HD 即可看到 opt 文件夹。

  • 无论如何都可以在终端中访问 opt。

  • 我想你使用的命令是错误的

    myusername ~/opt/foldername

~ 表示当前登录用户的主目录。所以你需要把它改成:

    myusername$ cd /opt/



注意:要撤消您的更改,请运行以下命令

    defaults write com.apple.finder AppleShowAllFiles NO;

    killall Finder /System/Library/CoreServices/Finder.app;

关于macos - 在 Mac 上使用终端打开 "Opt"文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38341532/

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