View Single Post
Old Feb 21st, 2005, 12:37 PM   #1
newbie29
Newbie
 
Join Date: Feb 2005
Posts: 1
Rep Power: 0 newbie29 is on a distinguished road
execv extension list for shell

Hi,

I am implementing a shell, and I am specifically calling execv to execute user commands.

My question is how should I provide the extension for the command entered by the user to execv? Ie, if the user enters "cat", how do I provide "/bin/cat" for the execv. I want to provide the extensions for all commands in /bin/ and elsewhere.

Thanks.
newbie29 is offline   Reply With Quote