feat(wiki): complete final batch 86 remaining raw files ingestion
This commit is contained in:
33
wiki/sources/macOS-Symbolic-Link创建.md
Normal file
33
wiki/sources/macOS-Symbolic-Link创建.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
title: "macOS创建与解除Symbolic Link"
|
||||
type: source
|
||||
tags: [symbolic-link, macos, obsidian, openclaw]
|
||||
date: 2025-03-06
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Home Office/macOS 创建与解除 Symbolic Link(OpenClaw 目录映射).md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:macOS上创建符号链接将OpenClaw隐藏目录映射为普通目录
|
||||
- 问题域:OpenClaw使用~/.openclaw隐藏目录,无法在Finder或Obsidian中直接访问
|
||||
- 方法/机制:ln -s创建符号链接 ~/openclaw → ~/.openclaw的双向映射
|
||||
- 结论/价值:符号链接让OpenClaw和Obsidian访问同一份数据,各取所需
|
||||
|
||||
## Key Claims
|
||||
- OpenClaw默认目录:~/.openclaw(隐藏)
|
||||
- 符号链接:ln -s /Users/weishen/.openclaw /Users/weishen/openclaw
|
||||
- 创建后OpenClaw继续使用~/.openclaw,Obsidian使用~/openclaw访问同一份数据
|
||||
- 解除命令:unlink ~/openclaw
|
||||
|
||||
## Key Concepts
|
||||
- [[Symbolic Link]]:符号链接/软链接,Unix系统的目录映射机制
|
||||
- [[隐藏目录映射]]:将隐藏目录暴露为普通可见目录
|
||||
|
||||
## Key Entities
|
||||
|
||||
## Connections
|
||||
- [[Symbolic Link]] ← 技术手段 ← OpenClaw目录映射
|
||||
|
||||
## Contradictions
|
||||
- 无明显冲突
|
||||
Reference in New Issue
Block a user