简体   繁体   English

execlp命令中“ lp”代表什么

[英]What does “lp” stand for in execlp command

I google it, which says it's line printer. 我用谷歌搜索,说它是行式打印机。 I don't think it make any sense... 我认为这没有任何意义...

The l is for list and the p is for path. l用于列表, p用于路径。 Check out all the other variants , eg execl, execlp, execle, execv, execvp. 检查所有其他变体 ,例如execl,execlp,execle,execv,execvp。

at the prompt try: "man execlp" 在提示符下尝试:“ man execlp”

See also: Linux Man Pages 另请参阅: Linux手册页

Have you tried reading the man page for execlp(3) 您是否尝试过阅读execlp(3)的手册页

The execl family of functions executes a file, passing a null-terminated * L *ist of string arguments. execl函数家族执行一个文件,并传递一个以空值结尾的* L * ist字符串参数。 execlp() searches the users * P *ath, as the shell would. execlp()像shell一样搜索用户* P * ath。

I would try googling the entire command name: 我会尝试谷歌搜索整个命令名称:

Google Results Google结果

The first result provides a lot of information that might help: 第一个结果提供了很多信息,可能会有所帮助:

Linux / Unix Command: execlp Linux / Unix命令:execlp

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM