简体   繁体   中英

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. Check out all the other variants , eg execl, execlp, execle, execv, execvp.

at the prompt try: "man execlp"

See also: Linux Man Pages

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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