![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| shell program | nivas | Shell Programming and Scripting | 8 | 02-21-2008 01:23 AM |
| shell program | jyotiardeshana | Shell Programming and Scripting | 4 | 01-03-2006 02:51 AM |
| Shell Program | TexasGuy | High Level Programming | 3 | 03-11-2005 10:11 PM |
| C shell Program | Reza Nazarian | Shell Programming and Scripting | 2 | 07-28-2003 11:52 AM |
| Urgent!! How to write a shell program to execute command to access internet? | firebirdonfire | UNIX for Dummies Questions & Answers | 2 | 04-26-2001 08:16 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
how to run a shell command from C program?
Hi mates,
i am trying to use the C execvp command to run a shell program like this: ..... char input [25]; printf("enter your command"); scanf("%ds",input) execvp input .... Compilation is ok but when i run it raise the error : Segmentation Error ... your help will be appreciated. Abdul |
| Forum Sponsor | ||
|
|