launchctl, lldb, locate, look: add more information link (#6893)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
> 用于启动守护程序(系统范围的服务)和启动代理程序(每个用户程序)的命令行界面,该界面指向苹果的`launchd` 管理工具。
|
> 用于启动守护程序(系统范围的服务)和启动代理程序(每个用户程序)的命令行界面,该界面指向苹果的`launchd` 管理工具。
|
||||||
> `launchd`加载放置在适当位置的基于 XML 的`*.plist`文件,并根据其定义的计划运行相应的命令。
|
> `launchd`加载放置在适当位置的基于 XML 的`*.plist`文件,并根据其定义的计划运行相应的命令。
|
||||||
|
> 更多信息:<https://manned.org/launchctl>.
|
||||||
|
|
||||||
- 每当用户登录时,自动将 plist 文件加载到 `launchd` :
|
- 每当用户登录时,自动将 plist 文件加载到 `launchd` :
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# lldb
|
# lldb
|
||||||
|
|
||||||
> LLVM 低级调试器。
|
> LLVM 低级调试器。
|
||||||
|
> 更多信息:<https://lldb.llvm.org>.
|
||||||
|
|
||||||
- 调试可执行文件:
|
- 调试可执行文件:
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# locate
|
# locate
|
||||||
|
|
||||||
> 快速查找文件名。
|
> 快速查找文件名。
|
||||||
|
> 更多信息:<https://manned.org/locate>.
|
||||||
|
|
||||||
- 在数据库中查找关键字。注意:数据库定期重新更新(通常每周或每天):
|
- 在数据库中查找关键字。注意:数据库定期重新更新(通常每周或每天):
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# look
|
# look
|
||||||
|
|
||||||
> 查找已排序的文件行(注意,必须是已排序的文件)。
|
> 查找已排序的文件行(注意,必须是已排序的文件)。
|
||||||
|
> 更多信息:<https://manned.org/look>.
|
||||||
|
|
||||||
- 它开始寻找一个给定的前缀:
|
- 它开始寻找一个给定的前缀:
|
||||||
|
|
||||||
|
@@ -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).
|
> 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.
|
> `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:
|
- Activate a user-specific agent to be loaded into `launchd` whenever the user logs in:
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# lldb
|
# lldb
|
||||||
|
|
||||||
> The LLVM Low-Level Debugger.
|
> The LLVM Low-Level Debugger.
|
||||||
|
> More information: <https://lldb.llvm.org>.
|
||||||
|
|
||||||
- Debug an executable:
|
- Debug an executable:
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# locate
|
# locate
|
||||||
|
|
||||||
> Find filenames quickly.
|
> 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):
|
- Look for pattern in the database. Note: the database is recomputed periodically (usually weekly or daily):
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# look
|
# look
|
||||||
|
|
||||||
> Look for lines in sorted file.
|
> Look for lines in sorted file.
|
||||||
|
> More information: <https://manned.org/look>.
|
||||||
|
|
||||||
- Look for lines which begins with the given prefix:
|
- Look for lines which begins with the given prefix:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user