![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Carreer:Networking Programming in Unix (C programming Language) | vibhory2j | UNIX for Dummies Questions & Answers | 5 | 09-05-2008 08:57 PM |
| Tell me some good unix project in system level programming... | stalin2020 | UNIX for Dummies Questions & Answers | 0 | 01-21-2008 12:59 PM |
| System programming in C | Nisha | High Level Programming | 7 | 03-12-2006 07:17 PM |
| System programming book | ajit_gupta | High Level Programming | 1 | 03-12-2006 06:07 PM |
| System Programming | rachael | High Level Programming | 3 | 10-23-2001 01:22 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
unix system programming
hey there
i have to execute commands that are written on the command line in unix. i have already separated the commands into tokens but now im stuck with the problem of how to actually execute those commands. eg: lets say the user entered " ls -l" to list all the files in a directory pid_t pid; if ( (pid = fork()) < 0) fprintf(stderr,"fork error"); else if (pid == 0) { /* child */ // NOW WHAT GOES HERE ???? } feedback would be appreciated. thanks mile1982 |
|
|||||
|
See my response in this thread.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|