feat(wiki): complete all remaining 85 raw files ingestion (auto-script)
This commit is contained in:
28
wiki/sources/macOS-Symbolic-Link创建与解除.md
Normal file
28
wiki/sources/macOS-Symbolic-Link创建与解除.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "macOS Symbolic Link创建与解除"
|
||||
type: source
|
||||
tags: [macOS, SymbolicLink, Obsidian, OpenClaw]
|
||||
date: 2025-03-14
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Home Office/macOS 创建与解除 Symbolic Link(OpenClaw 目录映射).md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:macOS创建符号链接将隐藏的.openclaw目录映射为可见目录
|
||||
- 问题域:OpenClaw使用~/.openclaw隐藏目录,Obsidian无法直接访问
|
||||
- 方法/机制:ln -s ~/.openclaw ~/openclaw
|
||||
- 结论/价值:Obsidian可直接作为Vault打开~/openclaw访问OpenClaw文件
|
||||
|
||||
## Key Claims
|
||||
- 创建链接:ln -s /Users/weishen/.openclaw /Users/weishen/openclaw
|
||||
- 验证链接:ls -l ~ | grep openclaw
|
||||
- 查看指向:readlink ~/openclaw
|
||||
- 解除映射:rm ~/openclaw(只删链接不删数据)
|
||||
- 双向结构建议:~/openclaw为实际目录,~/.openclaw作为symlink指向它
|
||||
|
||||
## Key Concepts
|
||||
- [[SymbolicLink]]:符号链接/软链接,Unix文件系统的引用机制
|
||||
|
||||
## Key Entities
|
||||
- [[OpenClaw]]:AI代理框架(
|
||||
Reference in New Issue
Block a user