launchctl, lldb, locate, look: add more information link (#6893)

This commit is contained in:
Gear J 2021-10-11 12:08:25 +07:00 committed by GitHub
parent cc97dde1f2
commit fcc03f1e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,7 @@
> 用于启动守护程序(系统范围的服务)和启动代理程序(每个用户程序)的命令行界面,该界面指向苹果的`launchd` 管理工具。
> `launchd`加载放置在适当位置的基于 XML 的`*.plist`文件,并根据其定义的计划运行相应的命令。
> 更多信息:<https://manned.org/launchctl>.
- 每当用户登录时,自动将 plist 文件加载到 `launchd` :

View File

@ -1,6 +1,7 @@
# lldb
> LLVM 低级调试器。
> 更多信息:<https://lldb.llvm.org>.
- 调试可执行文件:

View File

@ -1,6 +1,7 @@
# locate
> 快速查找文件名。
> 更多信息:<https://manned.org/locate>.
- 在数据库中查找关键字。注意:数据库定期重新更新(通常每周或每天):

View File

@ -1,6 +1,7 @@
# look
> 查找已排序的文件行(注意,必须是已排序的文件)。
> 更多信息:<https://manned.org/look>.
- 它开始寻找一个给定的前缀:

View File

@ -2,6 +2,7 @@
> A command-line interface to Apple's `launchd` manager for launch daemons (system-wide services) and launch agents (per-user programs).
> `launchd` loads XML-based `*.plist` files placed in the appropriate locations, and runs the corresponding commands according to their defined schedule.
> More information: <https://manned.org/launchctl>.
- Activate a user-specific agent to be loaded into `launchd` whenever the user logs in:

View File

@ -1,6 +1,7 @@
# lldb
> The LLVM Low-Level Debugger.
> More information: <https://lldb.llvm.org>.
- Debug an executable:

View File

@ -1,6 +1,7 @@
# locate
> Find filenames quickly.
> More information: <https://manned.org/locate>.
- Look for pattern in the database. Note: the database is recomputed periodically (usually weekly or daily):

View File

@ -1,6 +1,7 @@
# look
> Look for lines in sorted file.
> More information: <https://manned.org/look>.
- Look for lines which begins with the given prefix: