Search Results

Search: Posts Made By: sharlin
1,440
Posted By bakunin
"chmod" is probably not executing because it has...
"chmod" is probably not executing because it has already been hit by "chmod 644" and has now its executable status revoked.

You can try to use "install", which can copy a file to some destination...
Forum: Programming 05-01-2012
9,966
Posted By shamrock
First you need to concatenate the arguments to...
First you need to concatenate the arguments to the system command before you pass it on to it for execution...

char command[100];
sprintf(command, "%s %s", "/bin/migrate", argv[1]);...
23,189
Posted By srinivasan
Thanx Buddy. Its working cool :D
Thanx Buddy.
Its working cool :D
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy