Search Results

Search: Posts Made By: sharlin
1,465
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,984
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,203
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 05:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy