![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing multiple directory names w/ sed | RahJiggah | OS X (Apple) | 1 | 11-05-2007 09:55 AM |
| Changing Directory Using SFU | ilak1008 | Windows & DOS: Issues & Discussions | 1 | 05-21-2007 11:50 PM |
| /root directory - date keeps changing??? | Alux | Linux | 1 | 03-16-2006 02:28 AM |
| Changing directory through script | mrgubbala | UNIX for Dummies Questions & Answers | 5 | 02-11-2005 06:12 AM |
| Changing directory on Unix | taher_n | UNIX for Advanced & Expert Users | 3 | 06-04-2002 09:45 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hi,
I'm doing to some simple socket programming. I have a client that connects to the server and request stuff. For example, if the client type in "ls", that command will be sent to the server and the server will send back the ls information the client requested. Similarly, if the client type "pwd", the server will send back the current working directory (ie, /home/program) to the client. Now if the client type in "cd newfolder" to change directory to a new folder, and since the program is running on the current directory already, it can't change to another directory. How can this be done? thanks. |
| Forum Sponsor | ||
|
|