in reply to system command and formatting
When come to execution of exec function, it will replace the code or program. The exec function won't return back to the stage where it started. So it is better, use system function. Further more information read man 3 exec
|
|---|