“lp”是什么意思?在 execlp 命令中代表

发布于 2024-11-06 17:17:06 字数 41 浏览 0 评论 0原文

我用谷歌搜索了一下,上面说这是行式打印机。我认为这没有任何意义...

I google it, which says it's line printer. I don't think it make any sense...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

溺深海 2024-11-13 17:17:06

l 代表列表,p 代表路径。查看所有其他变体,例如 execl、execlp、execle、execv、execvp。

The l is for list and the p is for path. Check out all the other variants, e.g. execl, execlp, execle, execv, execvp.

洒一地阳光 2024-11-13 17:17:06

您是否尝试过阅读 execlp(3)

execl 系列函数执行一个文件,传递一个以 null 结尾的文件*L*字符串参数列表。 execlp() 搜索用户 *P*ath,就像 shell 一样。

Have you tried reading the man page for execlp(3)

The execl family of functions executes a file, passing a null-terminated *L*ist of string arguments. execlp() searches the users *P*ath, as the shell would.

浮云落日 2024-11-13 17:17:06

在提示符处尝试:“man execlp”

另请参阅:Linux 手册页

at the prompt try: "man execlp"

See also: Linux Man Pages

離人涙 2024-11-13 17:17:06

我会尝试谷歌搜索整个命令名称:

Google 结果

第一个结果提供了大量可能有帮助的信息:

Linux / Unix 命令:execlp

I would try googling the entire command name:

Google Results

The first result provides a lot of information that might help:

Linux / Unix Command: execlp

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文